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 set of results, or null if no more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #images(List) .images - a consumer that will call methods on List.Builder #images(List) DescribeWorkspaceImagesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken - The token to use to retrieve the next set of results, or null if no more results are available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.