Package | Description |
---|---|
com.oracle.bmc.computecloudatcustomer.requests |
Modifier and Type | Method and Description |
---|---|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.accessLevel(ListCccInfrastructuresRequest.AccessLevel accessLevel)
Valid values are RESTRICTED and ACCESSIBLE.
|
static ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.builder()
Return a new builder for this request object.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.cccInfrastructureId(String cccInfrastructureId)
An OCID
for a Compute Cloud@Customer Infrastructure.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.compartmentId(String compartmentId)
The OCID
of the compartment in which to list resources.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Default is false.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.copy(ListCccInfrastructuresRequest o)
Copy method to populate the builder with values from the given instance.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.displayNameContains(String displayNameContains)
A filter to return only resources whose display name contains the substring.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.lifecycleState(CccInfrastructure.LifecycleState lifecycleState)
A filter used to return only resources that match the given lifecycleState.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.opcRequestId(String opcRequestId)
The client request
OCID for
tracing.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.page(String page)
A token representing the position at which to start retrieving results.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.sortBy(ListCccInfrastructuresRequest.SortBy sortBy)
The field to sort by.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.toBuilder()
Return an instance of
ListCccInfrastructuresRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.