Interface DisassociateDiscoveredResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DisassociateDiscoveredResourceRequest.Builder,
,DisassociateDiscoveredResourceRequest> MigrationHubRequest.Builder
,SdkBuilder<DisassociateDiscoveredResourceRequest.Builder,
,DisassociateDiscoveredResourceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DisassociateDiscoveredResourceRequest
public static interface DisassociateDiscoveredResourceRequest.Builder
extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<DisassociateDiscoveredResourceRequest.Builder,DisassociateDiscoveredResourceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationId
(String configurationId) ConfigurationId of the Application Discovery Service resource to be disassociated.Optional boolean flag to indicate whether any effect should take place.migrationTaskName
(String migrationTaskName) The identifier given to the MigrationTask.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, 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
The identifier given to the MigrationTask. Do not store personal data in this field.
- Parameters:
migrationTaskName
- The identifier given to the MigrationTask. Do not store personal data in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationId
ConfigurationId of the Application Discovery Service resource to be disassociated.
- Parameters:
configurationId
- ConfigurationId of the Application Discovery Service resource to be disassociated.- 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
DisassociateDiscoveredResourceRequest.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
DisassociateDiscoveredResourceRequest.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.
-