public static interface DescribeWorkspaceImagesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceImagesRequest.Builder,DescribeWorkspaceImagesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspaceImagesRequest.Builder imageIds(Collection<String> imageIds)
The identifier of the image.
imageIds - The identifier of the image.DescribeWorkspaceImagesRequest.Builder imageIds(String... imageIds)
The identifier of the image.
imageIds - The identifier of the image.DescribeWorkspaceImagesRequest.Builder imageType(String imageType)
The type (owned or shared) of the image.
DescribeWorkspaceImagesRequest.Builder imageType(ImageType imageType)
The type (owned or shared) of the image.
DescribeWorkspaceImagesRequest.Builder nextToken(String nextToken)
If you received a NextToken from a previous call that was paginated, provide this token to
receive the next set of results.
nextToken - If you received a NextToken from a previous call that was paginated, provide this token
to receive the next set of results.DescribeWorkspaceImagesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
maxResults - The maximum number of items to return.DescribeWorkspaceImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeWorkspaceImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.