Package | Description |
---|---|
com.oracle.bmc.governancerulescontrolplane.requests |
Modifier and Type | Method and Description |
---|---|
static ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.builder()
Return a new builder for this request object.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.childTenancyId(String childTenancyId)
A filter to return only governance rules that match the given tenancy id.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.copy(ListTenancyAttachmentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.governanceRuleId(String governanceRuleId)
Unique governance rule identifier.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.lifecycleState(TenancyAttachment.LifecycleState lifecycleState)
A filter to return only resources when their lifecycle state matches the given lifecycle
state.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.page(String page)
A token representing the position at which to start retrieving results.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.sortBy(ListTenancyAttachmentsRequest.SortBy sortBy)
The field to sort by.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.Builder.tenancyAttachmentId(String tenancyAttachmentId)
Unique tenancy attachment identifier.
|
ListTenancyAttachmentsRequest.Builder |
ListTenancyAttachmentsRequest.toBuilder()
Return an instance of
ListTenancyAttachmentsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.