public static interface ModifyIpamResourceCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyIpamResourceCidrRequest.Builder |
currentIpamScopeId(String currentIpamScopeId)
The ID of the current scope that the resource CIDR is in.
|
ModifyIpamResourceCidrRequest.Builder |
destinationIpamScopeId(String destinationIpamScopeId)
The ID of the scope you want to transfer the resource CIDR to.
|
ModifyIpamResourceCidrRequest.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.
|
ModifyIpamResourceCidrRequest.Builder |
monitored(Boolean monitored)
Determines if the resource is monitored by IPAM.
|
ModifyIpamResourceCidrRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyIpamResourceCidrRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyIpamResourceCidrRequest.Builder |
resourceCidr(String resourceCidr)
The CIDR of the resource you want to modify.
|
ModifyIpamResourceCidrRequest.Builder |
resourceId(String resourceId)
The ID of the resource you want to modify.
|
ModifyIpamResourceCidrRequest.Builder |
resourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource you want to modify.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyIpamResourceCidrRequest.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.ModifyIpamResourceCidrRequest.Builder resourceId(String resourceId)
The ID of the resource you want to modify.
resourceId - The ID of the resource you want to modify.ModifyIpamResourceCidrRequest.Builder resourceCidr(String resourceCidr)
The CIDR of the resource you want to modify.
resourceCidr - The CIDR of the resource you want to modify.ModifyIpamResourceCidrRequest.Builder resourceRegion(String resourceRegion)
The Amazon Web Services Region of the resource you want to modify.
resourceRegion - The Amazon Web Services Region of the resource you want to modify.ModifyIpamResourceCidrRequest.Builder currentIpamScopeId(String currentIpamScopeId)
The ID of the current scope that the resource CIDR is in.
currentIpamScopeId - The ID of the current scope that the resource CIDR is in.ModifyIpamResourceCidrRequest.Builder destinationIpamScopeId(String destinationIpamScopeId)
The ID of the scope you want to transfer the resource CIDR to.
destinationIpamScopeId - The ID of the scope you want to transfer the resource CIDR to.ModifyIpamResourceCidrRequest.Builder monitored(Boolean monitored)
Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.
monitored - Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is
discovered by IPAM and you can view details about the resource’s CIDR.ModifyIpamResourceCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyIpamResourceCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.