public static interface DisassociateDiscoveredResourceRequest.Builder extends MigrationHubRequest.Builder, SdkPojo, CopyableBuilder<DisassociateDiscoveredResourceRequest.Builder,DisassociateDiscoveredResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateDiscoveredResourceRequest.Builder |
configurationId(String configurationId)
ConfigurationId of the Application Discovery Service 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateDiscoveredResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateDiscoveredResourceRequest.Builder |
progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateDiscoveredResourceRequest.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. Do not store personal data in this field.
migrationTaskName - The identifier given to the MigrationTask. Do not store personal data in this field.DisassociateDiscoveredResourceRequest.Builder configurationId(String configurationId)
ConfigurationId of the Application Discovery Service resource to be disassociated.
configurationId - ConfigurationId of the Application Discovery Service 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateDiscoveredResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.