public static interface ImportMigrationTaskRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<ImportMigrationTaskRequest.Builder,ImportMigrationTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportMigrationTaskRequest.Builder |
dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
ImportMigrationTaskRequest.Builder |
migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
ImportMigrationTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportMigrationTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportMigrationTaskRequest.Builder |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportMigrationTaskRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream. >
progressUpdateStream - The name of the ProgressUpdateStream. >ImportMigrationTaskRequest.Builder migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task. Do not store personal data in this field.
migrationTaskName - Unique identifier that references the migration task. Do not store personal data in this field.ImportMigrationTaskRequest.Builder dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun - Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.ImportMigrationTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportMigrationTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.