public static interface ModifyIpamResourceCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamResourceCidrRequest.Builder,ModifyIpamResourceCidrRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.Builder
ModifyIpamResourceCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.