ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.associatedResourceId(String associatedResourceId) |
A filter that returns only resources that match the given OCID of an associated Oracle
Cloud Infrastructure resource.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.associationId(String associationId) |
The OCID of the association.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.associationType(ListAssociationsRequest.AssociationType associationType) |
Type of associations to list.
|
static ListAssociationsRequest.Builder |
ListAssociationsRequest.builder() |
Return a new builder for this request object.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.certificatesResourceId(String certificatesResourceId) |
A filter that returns only resources that match the given OCID of a certificate-related
resource.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.compartmentId(String compartmentId) |
A filter that returns only resources that match the given compartment OCID.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.copy(ListAssociationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.limit(Integer limit) |
The maximum number of items to return in a paginated “List” call.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.name(String name) |
A filter that returns only resources that match the specified name.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sortBy(ListAssociationsRequest.SortBy sortBy) |
The field to sort by.
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.Builder.sortOrder(ListAssociationsRequest.SortOrder sortOrder) |
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListAssociationsRequest.Builder |
ListAssociationsRequest.toBuilder() |
|