public static interface DescribeWorkspaceImagesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceImagesResponse.Builder,DescribeWorkspaceImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceImagesResponse.Builder |
images(Collection<WorkspaceImage> images)
Information about the images.
|
DescribeWorkspaceImagesResponse.Builder |
images(Consumer<WorkspaceImage.Builder>... images)
Information about the images.
|
DescribeWorkspaceImagesResponse.Builder |
images(WorkspaceImage... images)
Information about the images.
|
DescribeWorkspaceImagesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspaceImagesResponse.Builder images(Collection<WorkspaceImage> images)
Information about the images.
images - Information about the images.DescribeWorkspaceImagesResponse.Builder images(WorkspaceImage... images)
Information about the images.
images - Information about the images.DescribeWorkspaceImagesResponse.Builder images(Consumer<WorkspaceImage.Builder>... images)
Information about the images.
This is a convenience method that creates an instance of theWorkspaceImage.Builder avoiding the need to create
one manually via WorkspaceImage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #images(List.
images - a consumer that will call methods on
WorkspaceImage.Builder#images(java.util.Collection) DescribeWorkspaceImagesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2023. All rights reserved.