public static interface DisassociateCreatedArtifactRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<DisassociateCreatedArtifactRequest.Builder,DisassociateCreatedArtifactRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateCreatedArtifactRequest.Builder |
createdArtifactName(String createdArtifactName)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
DisassociateCreatedArtifactRequest.Builder |
dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
DisassociateCreatedArtifactRequest.Builder |
migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task to be disassociated with the artifact.
|
DisassociateCreatedArtifactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateCreatedArtifactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateCreatedArtifactRequest.Builder |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateCreatedArtifactRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream - The name of the ProgressUpdateStream.DisassociateCreatedArtifactRequest.Builder migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.
migrationTaskName - Unique identifier that references the migration task to be disassociated with the artifact. Do not
store personal data in this field.DisassociateCreatedArtifactRequest.Builder createdArtifactName(String createdArtifactName)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
createdArtifactName - An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)DisassociateCreatedArtifactRequest.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.DisassociateCreatedArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateCreatedArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.