public static interface MigrateWorkspaceResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<MigrateWorkspaceResponse.Builder,MigrateWorkspaceResponse>
| Modifier and Type | Method and Description |
|---|---|
MigrateWorkspaceResponse.Builder |
sourceWorkspaceId(String sourceWorkspaceId)
The original identifier of the WorkSpace that is being migrated.
|
MigrateWorkspaceResponse.Builder |
targetWorkspaceId(String targetWorkspaceId)
The new identifier of the WorkSpace that is being migrated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildMigrateWorkspaceResponse.Builder sourceWorkspaceId(String sourceWorkspaceId)
The original identifier of the WorkSpace that is being migrated.
sourceWorkspaceId - The original identifier of the WorkSpace that is being migrated.MigrateWorkspaceResponse.Builder targetWorkspaceId(String 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.
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.Copyright © 2023. All rights reserved.