static ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.builder() |
Return a new builder for this request object.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.copy(ListTagDefaultsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.id(String id) |
A filter to only return resources that match the specified OCID exactly.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.lifecycleState(TagDefaultSummary.LifecycleState lifecycleState) |
A filter to only return resources that match the given lifecycle state.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.limit(Integer limit) |
The maximum number of items to return in a paginated “List” call.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.page(String page) |
The value of the opc-next-page response header from the previous “List” call.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.Builder.tagDefinitionId(String tagDefinitionId) |
The OCID of the tag definition.
|
ListTagDefaultsRequest.Builder |
ListTagDefaultsRequest.toBuilder() |
|