ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.archType(ArchType singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.archType(List<ArchType> archType) |
A filter to return only instances whose architecture type matches the given architecture.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.availability(Availability singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.availability(List<Availability> availability) |
The availability of the software source in a non-OCI environment for a tenancy.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.availabilityAnywhere(Availability singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.availabilityAnywhere(List<Availability> availabilityAnywhere) |
The availability of the software source.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.availabilityAtOci(Availability singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.availabilityAtOci(List<Availability> availabilityAtOci) |
The availability of the software source in an OCI environment for a tenancy.
|
static ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.builder() |
Return a new builder for this request object.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment that contains the resources to list.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.copy(ListSoftwareSourcesRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.displayName(String displayName) |
A filter to return resources that match the given user-friendly name.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.displayNameContains(String displayNameContains) |
A filter to return resources that may partially match the given display name.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.displayNameNotEqualTo(String singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.displayNameNotEqualTo(List<String> displayNameNotEqualTo) |
A multi filter to return resources that do not contains the given display names.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.isMandatoryForAutonomousLinux(Boolean isMandatoryForAutonomousLinux) |
Indicates whether the software source is mandatory for the Autonomous Linux service.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.isMirrorSyncAllowed(Boolean isMirrorSyncAllowed) |
A filter to return software sources which can be synced to a management station.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.lifecycleState(SoftwareSource.LifecycleState singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.lifecycleState(List<SoftwareSource.LifecycleState> lifecycleState) |
A filter to return only software sources whose state matches the given state.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.limit(Integer limit) |
For list pagination.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.osFamily(OsFamily singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.osFamily(List<OsFamily> osFamily) |
A filter to return only resources that match the given operating system family.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.page(String page) |
For list pagination.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.softwareSourceId(String softwareSourceId) |
The OCID for the
software source.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.softwareSourceType(SoftwareSourceType singularValue) |
Singular setter.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.softwareSourceType(List<SoftwareSourceType> softwareSourceType) |
The type of the software source.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.sortBy(ListSoftwareSourcesRequest.SortBy sortBy) |
The field to sort by.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.toBuilder() |
|
ListSoftwareSourcesRequest.Builder |
ListSoftwareSourcesRequest.Builder.vendorName(VendorName vendorName) |
A filter to return only resources that match the given vendor name.
|