Interface StartMigrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartMigrationResponse.Builder,,StartMigrationResponse> OpenSearchResponse.Builder,SdkBuilder<StartMigrationResponse.Builder,,StartMigrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartMigrationResponse
@Mutable
@NotThreadSafe
public static interface StartMigrationResponse.Builder
extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<StartMigrationResponse.Builder,StartMigrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmigrationId(String migrationId) The unique identifier of the migration job.The initial status of the migration job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
migrationId
The unique identifier of the migration job.
- Parameters:
migrationId- The unique identifier of the migration job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The initial status of the migration job. The status is
PENDINGwhen a migration is first created.- Parameters:
status- The initial status of the migration job. The status isPENDINGwhen a migration is first created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-