Interface DisassociateCreatedArtifactRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateCreatedArtifactRequest.Builder,DisassociateCreatedArtifactRequest>,MigrationHubRequest.Builder,SdkBuilder<DisassociateCreatedArtifactRequest.Builder,DisassociateCreatedArtifactRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateCreatedArtifactRequest
public static interface DisassociateCreatedArtifactRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<DisassociateCreatedArtifactRequest.Builder,DisassociateCreatedArtifactRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateCreatedArtifactRequest.BuildercreatedArtifactName(String createdArtifactName)An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)DisassociateCreatedArtifactRequest.BuilderdryRun(Boolean dryRun)Optional boolean flag to indicate whether any effect should take place.DisassociateCreatedArtifactRequest.BuildermigrationTaskName(String migrationTaskName)Unique identifier that references the migration task to be disassociated with the artifact.DisassociateCreatedArtifactRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateCreatedArtifactRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateCreatedArtifactRequest.BuilderprogressUpdateStream(String progressUpdateStream)The name of the ProgressUpdateStream.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhub.model.MigrationHubRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
progressUpdateStream
DisassociateCreatedArtifactRequest.Builder progressUpdateStream(String 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
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.
- Parameters:
migrationTaskName- Unique identifier that references the migration task to be disassociated with the artifact. Do not store personal data in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdArtifactName
DisassociateCreatedArtifactRequest.Builder createdArtifactName(String createdArtifactName)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
- Parameters:
createdArtifactName- An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
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.
- 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
DisassociateCreatedArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateCreatedArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-