Interface ImportCustomWorkspaceImageResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ImportCustomWorkspaceImageResponse.Builder,,- ImportCustomWorkspaceImageResponse> - SdkBuilder<ImportCustomWorkspaceImageResponse.Builder,,- ImportCustomWorkspaceImageResponse> - SdkPojo,- SdkResponse.Builder,- WorkSpacesResponse.Builder
- Enclosing class:
- ImportCustomWorkspaceImageResponse
@Mutable
@NotThreadSafe
public static interface ImportCustomWorkspaceImageResponse.Builder
extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<ImportCustomWorkspaceImageResponse.Builder,ImportCustomWorkspaceImageResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe identifier of the WorkSpace image.The state of the WorkSpace image.The state of the WorkSpace image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
imageIdThe identifier of the WorkSpace image. - Parameters:
- imageId- The identifier of the WorkSpace image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThe state of the WorkSpace image. - Parameters:
- state- The state of the WorkSpace image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the WorkSpace image. - Parameters:
- state- The state of the WorkSpace image.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-