Package | Description |
---|---|
com.oracle.bmc.artifacts.requests |
Modifier and Type | Method and Description |
---|---|
static ListContainerImagesRequest.Builder |
ListContainerImagesRequest.builder()
Return a new builder for this request object.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.compartmentId(String compartmentId)
The OCID of the
compartment.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.compartmentIdInSubtree(Boolean compartmentIdInSubtree)
When set to true, the hierarchy of compartments is traversed and all compartments and
subcompartments in the tenancy are inspected depending on the the setting of
accessLevel . |
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.copy(ListContainerImagesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.displayName(String displayName)
A filter to return only resources that match the given display name exactly.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.imageId(String imageId)
A filter to return a container image summary only for the specified container image OCID.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.isVersioned(Boolean isVersioned)
A filter to return container images based on whether there are any associated versions.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.lifecycleState(String lifecycleState)
A filter to return only resources that match the given lifecycle state name exactly.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.limit(Integer limit)
For list pagination.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.page(String page)
For list pagination.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.repositoryId(String repositoryId)
A filter to return container images only for the specified container repository OCID.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.repositoryName(String repositoryName)
A filter to return container images or container image signatures that match the
repository name.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.sortBy(ListContainerImagesRequest.SortBy sortBy)
The field to sort by.
|
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.sortOrder(ListContainerImagesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.toBuilder()
Return an instance of
ListContainerImagesRequest.Builder that allows you to modify request properties. |
ListContainerImagesRequest.Builder |
ListContainerImagesRequest.Builder.version(String version)
A filter to return container images that match the version.
|
Copyright © 2016–2024. All rights reserved.