Uses of Class
software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Builder
-
Uses of CfnIPAMPoolProps.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionCfnIPAMPoolProps.Builder.addressFamily
(String addressFamily) Sets the value ofCfnIPAMPoolProps.getAddressFamily()
CfnIPAMPoolProps.Builder.allocationDefaultNetmaskLength
(Number allocationDefaultNetmaskLength) Sets the value ofCfnIPAMPoolProps.getAllocationDefaultNetmaskLength()
CfnIPAMPoolProps.Builder.allocationMaxNetmaskLength
(Number allocationMaxNetmaskLength) Sets the value ofCfnIPAMPoolProps.getAllocationMaxNetmaskLength()
CfnIPAMPoolProps.Builder.allocationMinNetmaskLength
(Number allocationMinNetmaskLength) Sets the value ofCfnIPAMPoolProps.getAllocationMinNetmaskLength()
CfnIPAMPoolProps.Builder.allocationResourceTags
(List<? extends Object> allocationResourceTags) Sets the value ofCfnIPAMPoolProps.getAllocationResourceTags()
CfnIPAMPoolProps.Builder.allocationResourceTags
(IResolvable allocationResourceTags) Sets the value ofCfnIPAMPoolProps.getAllocationResourceTags()
CfnIPAMPoolProps.Builder.autoImport
(Boolean autoImport) Sets the value ofCfnIPAMPoolProps.getAutoImport()
CfnIPAMPoolProps.Builder.autoImport
(IResolvable autoImport) Sets the value ofCfnIPAMPoolProps.getAutoImport()
CfnIPAMPoolProps.Builder.awsService
(String awsService) Sets the value ofCfnIPAMPoolProps.getAwsService()
static CfnIPAMPoolProps.Builder
CfnIPAMPoolProps.builder()
CfnIPAMPoolProps.Builder.description
(String description) Sets the value ofCfnIPAMPoolProps.getDescription()
CfnIPAMPoolProps.Builder.ipamScopeId
(String ipamScopeId) Sets the value ofCfnIPAMPoolProps.getIpamScopeId()
Sets the value ofCfnIPAMPoolProps.getLocale()
CfnIPAMPoolProps.Builder.provisionedCidrs
(List<? extends Object> provisionedCidrs) Sets the value ofCfnIPAMPoolProps.getProvisionedCidrs()
CfnIPAMPoolProps.Builder.provisionedCidrs
(IResolvable provisionedCidrs) Sets the value ofCfnIPAMPoolProps.getProvisionedCidrs()
CfnIPAMPoolProps.Builder.publicIpSource
(String publicIpSource) Sets the value ofCfnIPAMPoolProps.getPublicIpSource()
CfnIPAMPoolProps.Builder.publiclyAdvertisable
(Boolean publiclyAdvertisable) Sets the value ofCfnIPAMPoolProps.getPubliclyAdvertisable()
CfnIPAMPoolProps.Builder.publiclyAdvertisable
(IResolvable publiclyAdvertisable) Sets the value ofCfnIPAMPoolProps.getPubliclyAdvertisable()
CfnIPAMPoolProps.Builder.sourceIpamPoolId
(String sourceIpamPoolId) Sets the value ofCfnIPAMPoolProps.getSourceIpamPoolId()
CfnIPAMPoolProps.Builder.sourceResource
(IResolvable sourceResource) Sets the value ofCfnIPAMPoolProps.getSourceResource()
CfnIPAMPoolProps.Builder.sourceResource
(CfnIPAMPool.SourceResourceProperty sourceResource) Sets the value ofCfnIPAMPoolProps.getSourceResource()
Sets the value ofCfnIPAMPoolProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnIPAMPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPAMPoolProps.Builder
.