Uses of Interface
software.amazon.awssdk.services.ec2.model.Ipam.Builder
Packages that use Ipam.Builder
-
Uses of Ipam.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Ipam.BuilderModifier and TypeMethodDescriptionstatic Ipam.BuilderIpam.builder()Ipam.Builder.defaultResourceDiscoveryAssociationId(String defaultResourceDiscoveryAssociationId) The IPAM's default resource discovery association ID.Ipam.Builder.defaultResourceDiscoveryId(String defaultResourceDiscoveryId) The IPAM's default resource discovery ID.Ipam.Builder.description(String description) The description for the IPAM.Ipam.Builder.enablePrivateGua(Boolean enablePrivateGua) Enable this option to use your own GUA ranges as private IPv6 addresses.The Amazon Resource Name (ARN) of the IPAM.The ID of the IPAM.Ipam.Builder.ipamRegion(String ipamRegion) The Amazon Web Services Region of the IPAM.Ipam.Builder.meteredAccount(String meteredAccount) A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM.Ipam.Builder.meteredAccount(IpamMeteredAccount meteredAccount) A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM.Ipam.Builder.operatingRegions(Collection<IpamOperatingRegion> operatingRegions) The operating Regions for an IPAM.Ipam.Builder.operatingRegions(Consumer<IpamOperatingRegion.Builder>... operatingRegions) The operating Regions for an IPAM.Ipam.Builder.operatingRegions(IpamOperatingRegion... operatingRegions) The operating Regions for an IPAM.The Amazon Web Services account ID of the owner of the IPAM.Ipam.Builder.privateDefaultScopeId(String privateDefaultScopeId) The ID of the IPAM's default private scope.Ipam.Builder.publicDefaultScopeId(String publicDefaultScopeId) The ID of the IPAM's default public scope.Ipam.Builder.resourceDiscoveryAssociationCount(Integer resourceDiscoveryAssociationCount) The IPAM's resource discovery association count.Ipam.Builder.scopeCount(Integer scopeCount) The number of scopes in the IPAM.The state of the IPAM.The state of the IPAM.Ipam.Builder.stateMessage(String stateMessage) The state message.Ipam.Builder.tags(Collection<Tag> tags) The key/value combination of a tag assigned to the resource.Ipam.Builder.tags(Consumer<Tag.Builder>... tags) The key/value combination of a tag assigned to the resource.The key/value combination of a tag assigned to the resource.IPAM is offered in a Free Tier and an Advanced Tier.IPAM is offered in a Free Tier and an Advanced Tier.Ipam.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Ipam.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Ipam.Builder>Ipam.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Ipam.BuilderModifier and TypeMethodDescriptiondefault CreateIpamResponse.BuilderCreateIpamResponse.Builder.ipam(Consumer<Ipam.Builder> ipam) Information about the IPAM created.default DeleteIpamResponse.BuilderDeleteIpamResponse.Builder.ipam(Consumer<Ipam.Builder> ipam) Information about the results of the deletion.default ModifyIpamResponse.BuilderModifyIpamResponse.Builder.ipam(Consumer<Ipam.Builder> ipam) The results of the modification.