public static interface ListImagesResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<ListImagesResponse.Builder,ListImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListImagesResponse.Builder |
imageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
|
ListImagesResponse.Builder |
imageVersionList(Consumer<ImageVersion.Builder>... imageVersionList)
The list of image semantic versions.
|
ListImagesResponse.Builder |
imageVersionList(ImageVersion... imageVersionList)
The list of image semantic versions.
|
ListImagesResponse.Builder |
nextToken(String nextToken)
The next token used for paginated responses.
|
ListImagesResponse.Builder |
requestId(String requestIdValue)
The request ID that uniquely identifies this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImagesResponse.Builder requestId(String requestIdValue)
The request ID that uniquely identifies this request.
requestIdValue - The request ID that uniquely identifies this request.ListImagesResponse.Builder imageVersionList(Collection<ImageVersion> imageVersionList)
The list of image semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
imageVersionList - The list of image semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
ListImagesResponse.Builder imageVersionList(ImageVersion... imageVersionList)
The list of image semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
imageVersionList - The list of image semantic versions. The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
ListImagesResponse.Builder imageVersionList(Consumer<ImageVersion.Builder>... imageVersionList)
The list of image semantic versions.
The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
Filtering: With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
ImageVersion.Builder avoiding the need to create
one manually via ImageVersion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #imageVersionList(List.
imageVersionList - a consumer that will call methods on
ImageVersion.Builder#imageVersionList(java.util.Collection) ListImagesResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
nextToken - The next token used for paginated responses. When this is not empty, there are additional elements
that the service has not included in this request. Use this token with the next request to retrieve
additional objects.Copyright © 2022. All rights reserved.