Interface MigrateWorkspaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<MigrateWorkspaceResponse.Builder,
,MigrateWorkspaceResponse> SdkBuilder<MigrateWorkspaceResponse.Builder,
,MigrateWorkspaceResponse> SdkPojo
,SdkResponse.Builder
,WorkSpacesResponse.Builder
- Enclosing class:
MigrateWorkspaceResponse
@Mutable
@NotThreadSafe
public static interface MigrateWorkspaceResponse.Builder
extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<MigrateWorkspaceResponse.Builder,MigrateWorkspaceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsourceWorkspaceId
(String sourceWorkspaceId) The original identifier of the WorkSpace that is being migrated.targetWorkspaceId
(String targetWorkspaceId) The new identifier of the WorkSpace that is being migrated.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
sourceWorkspaceId
The original identifier of the WorkSpace that is being migrated.
- Parameters:
sourceWorkspaceId
- The original identifier of the WorkSpace that is being migrated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetWorkspaceId
The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
- Parameters:
targetWorkspaceId
- The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-