public static interface DisassociateDiscoveredResourceRequest.Builder extends MigrationHubRequest.Builder, CopyableBuilder<DisassociateDiscoveredResourceRequest.Builder,DisassociateDiscoveredResourceRequest>
Modifier and Type | Method and Description |
---|---|
DisassociateDiscoveredResourceRequest.Builder |
configurationId(String configurationId)
ConfigurationId of the ADS resource to be disassociated.
|
DisassociateDiscoveredResourceRequest.Builder |
dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
DisassociateDiscoveredResourceRequest.Builder |
migrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
|
DisassociateDiscoveredResourceRequest.Builder |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
DisassociateDiscoveredResourceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateDiscoveredResourceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DisassociateDiscoveredResourceRequest.Builder progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.DisassociateDiscoveredResourceRequest.Builder migrationTaskName(String migrationTaskName)
The identifier given to the MigrationTask.
migrationTaskName
- The identifier given to the MigrationTask.DisassociateDiscoveredResourceRequest.Builder configurationId(String configurationId)
ConfigurationId of the ADS resource to be disassociated.
configurationId
- ConfigurationId of the ADS resource to be disassociated.DisassociateDiscoveredResourceRequest.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.DisassociateDiscoveredResourceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DisassociateDiscoveredResourceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.