public static interface ImportWorkspaceImageRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ImportWorkspaceImageRequest.Builder,ImportWorkspaceImageRequest>
build
overrideConfiguration
copy
applyMutation, build
ImportWorkspaceImageRequest.Builder ec2ImageId(String ec2ImageId)
The identifier of the EC2 image.
ec2ImageId
- The identifier of the EC2 image.ImportWorkspaceImageRequest.Builder ingestionProcess(String ingestionProcess)
The ingestion process to be used when importing the image.
ingestionProcess
- The ingestion process to be used when importing the image.WorkspaceImageIngestionProcess
,
WorkspaceImageIngestionProcess
ImportWorkspaceImageRequest.Builder ingestionProcess(WorkspaceImageIngestionProcess ingestionProcess)
The ingestion process to be used when importing the image.
ingestionProcess
- The ingestion process to be used when importing the image.WorkspaceImageIngestionProcess
,
WorkspaceImageIngestionProcess
ImportWorkspaceImageRequest.Builder imageName(String imageName)
The name of the WorkSpace image.
imageName
- The name of the WorkSpace image.ImportWorkspaceImageRequest.Builder imageDescription(String imageDescription)
The description of the WorkSpace image.
imageDescription
- The description of the WorkSpace image.ImportWorkspaceImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ImportWorkspaceImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.