static ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.builder() |
Return a new builder for this request object.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.compartmentId(String compartmentId) |
The ID of the compartment in which to list resources.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree) |
If set to true, resources will be returned for not only the provided compartment, but all
compartments which descend from it.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.configCategory(ConfigCategoryDetails.ConfigCategory configCategory) |
Config Category
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.copy(ListPlatformConfigurationsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.displayName(String displayName) |
A filter to return only resources that match the entire display name given.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.id(String id) |
Unique identifier or OCID for listing a single Platform Configuration by id.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.lifecycleState(PlatformConfiguration.LifecycleState lifecycleState) |
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.sortBy(PlatformConfigurationSortBy sortBy) |
The field to sort by.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.toBuilder() |
|
ListPlatformConfigurationsRequest.Builder |
ListPlatformConfigurationsRequest.Builder.type(PlatformConfiguration.Type type) |
A filter to return Platform Configurations whose type matches the given type.
|