Interface DescribeWorkspaceImagesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeWorkspaceImagesRequest.Builder,DescribeWorkspaceImagesRequest>,SdkBuilder<DescribeWorkspaceImagesRequest.Builder,DescribeWorkspaceImagesRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- DescribeWorkspaceImagesRequest
public static interface DescribeWorkspaceImagesRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceImagesRequest.Builder,DescribeWorkspaceImagesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
imageIds
DescribeWorkspaceImagesRequest.Builder imageIds(Collection<String> imageIds)
The identifier of the image.
- Parameters:
imageIds- The identifier of the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageIds
DescribeWorkspaceImagesRequest.Builder imageIds(String... imageIds)
The identifier of the image.
- Parameters:
imageIds- The identifier of the image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageType
DescribeWorkspaceImagesRequest.Builder imageType(String imageType)
The type (owned or shared) of the image.
-
imageType
DescribeWorkspaceImagesRequest.Builder imageType(ImageType imageType)
The type (owned or shared) of the image.
-
nextToken
DescribeWorkspaceImagesRequest.Builder nextToken(String nextToken)
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Parameters:
nextToken- If you received aNextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeWorkspaceImagesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return.
- Parameters:
maxResults- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeWorkspaceImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeWorkspaceImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-