Interface DisassociateCreatedArtifactRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DisassociateCreatedArtifactRequest.Builder,
,DisassociateCreatedArtifactRequest> MigrationHubRequest.Builder
,SdkBuilder<DisassociateCreatedArtifactRequest.Builder,
,DisassociateCreatedArtifactRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DisassociateCreatedArtifactRequest
@Mutable
@NotThreadSafe
public static interface DisassociateCreatedArtifactRequest.Builder
extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<DisassociateCreatedArtifactRequest.Builder,DisassociateCreatedArtifactRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedArtifactName
(String createdArtifactName) An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)Optional boolean flag to indicate whether any effect should take place.migrationTaskName
(String migrationTaskName) Unique identifier that references the migration task to be disassociated with the artifact.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
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, sdkFieldNameToField, 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 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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateCreatedArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-