Interface ImportMigrationTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ImportMigrationTaskRequest.Builder,,ImportMigrationTaskRequest> MigrationHubRequest.Builder,SdkBuilder<ImportMigrationTaskRequest.Builder,,ImportMigrationTaskRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ImportMigrationTaskRequest
public static interface ImportMigrationTaskRequest.Builder
extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ImportMigrationTaskRequest.Builder,ImportMigrationTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionOptional boolean flag to indicate whether any effect should take place.migrationTaskName(String migrationTaskName) Unique identifier that references the migration task.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.progressUpdateStream(String progressUpdateStream) The name of the ProgressUpdateStream.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.migrationhub.model.MigrationHubRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
progressUpdateStream
The name of the ProgressUpdateStream. >
- Parameters:
progressUpdateStream- The name of the ProgressUpdateStream. >- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
migrationTaskName
Unique identifier that references the migration task. Do not store personal data in this field.
- Parameters:
migrationTaskName- Unique identifier that references the migration task. Do not store personal data in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
- Parameters:
dryRun- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ImportMigrationTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ImportMigrationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-