public static interface DisassociateIpamResourceDiscoveryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisassociateIpamResourceDiscoveryRequest.Builder,DisassociateIpamResourceDiscoveryRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateIpamResourceDiscoveryRequest.Builder |
dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
DisassociateIpamResourceDiscoveryRequest.Builder |
ipamResourceDiscoveryAssociationId(String ipamResourceDiscoveryAssociationId)
A resource discovery association ID.
|
DisassociateIpamResourceDiscoveryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateIpamResourceDiscoveryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateIpamResourceDiscoveryRequest.Builder dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - A check for whether you have the required permissions for the action without actually making the
request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DisassociateIpamResourceDiscoveryRequest.Builder ipamResourceDiscoveryAssociationId(String ipamResourceDiscoveryAssociationId)
A resource discovery association ID.
ipamResourceDiscoveryAssociationId - A resource discovery association ID.DisassociateIpamResourceDiscoveryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateIpamResourceDiscoveryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.