Interface MigrateWorkspaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<MigrateWorkspaceRequest.Builder,MigrateWorkspaceRequest>,SdkBuilder<MigrateWorkspaceRequest.Builder,MigrateWorkspaceRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- MigrateWorkspaceRequest
public static interface MigrateWorkspaceRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<MigrateWorkspaceRequest.Builder,MigrateWorkspaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrateWorkspaceRequest.BuilderbundleId(String bundleId)The identifier of the target bundle type to migrate the WorkSpace to.MigrateWorkspaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)MigrateWorkspaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)MigrateWorkspaceRequest.BuildersourceWorkspaceId(String sourceWorkspaceId)The identifier of the WorkSpace to migrate from.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
sourceWorkspaceId
MigrateWorkspaceRequest.Builder sourceWorkspaceId(String sourceWorkspaceId)
The identifier of the WorkSpace to migrate from.
- Parameters:
sourceWorkspaceId- The identifier of the WorkSpace to migrate from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleId
MigrateWorkspaceRequest.Builder bundleId(String bundleId)
The identifier of the target bundle type to migrate the WorkSpace to.
- Parameters:
bundleId- The identifier of the target bundle type to migrate the WorkSpace to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
MigrateWorkspaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
MigrateWorkspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-