public static interface Ipam.Builder extends SdkPojo, CopyableBuilder<Ipam.Builder,Ipam>
Modifier and Type | Method and Description |
---|---|
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 |
ipamArn(String ipamArn)
The Amazon Resource Name (ARN) of the IPAM.
|
Ipam.Builder |
ipamId(String ipamId)
The ID of the IPAM.
|
Ipam.Builder |
ipamRegion(String ipamRegion)
The Amazon Web Services Region of the 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.
|
Ipam.Builder |
ownerId(String ownerId)
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.
|
Ipam.Builder |
state(IpamState state)
The state of the IPAM.
|
Ipam.Builder |
state(String state)
The state of the IPAM.
|
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.
|
Ipam.Builder |
tags(Tag... tags)
The key/value combination of a tag assigned to the resource.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Ipam.Builder ownerId(String ownerId)
The Amazon Web Services account ID of the owner of the IPAM.
ownerId
- The Amazon Web Services account ID of the owner of the IPAM.Ipam.Builder ipamId(String ipamId)
The ID of the IPAM.
ipamId
- The ID of the IPAM.Ipam.Builder ipamArn(String ipamArn)
The Amazon Resource Name (ARN) of the IPAM.
ipamArn
- The Amazon Resource Name (ARN) of the IPAM.Ipam.Builder ipamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM.
ipamRegion
- The Amazon Web Services Region of the IPAM.Ipam.Builder publicDefaultScopeId(String publicDefaultScopeId)
The ID of the IPAM's default public scope.
publicDefaultScopeId
- The ID of the IPAM's default public scope.Ipam.Builder privateDefaultScopeId(String privateDefaultScopeId)
The ID of the IPAM's default private scope.
privateDefaultScopeId
- The ID of the IPAM's default private scope.Ipam.Builder scopeCount(Integer scopeCount)
The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.
scopeCount
- The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the
Amazon VPC IPAM User Guide.Ipam.Builder description(String description)
The description for the IPAM.
description
- The description for the IPAM.Ipam.Builder operatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
operatingRegions
- The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is
allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web
Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
Ipam.Builder operatingRegions(IpamOperatingRegion... operatingRegions)
The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
operatingRegions
- The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is
allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web
Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
Ipam.Builder operatingRegions(Consumer<IpamOperatingRegion.Builder>... operatingRegions)
The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
This is a convenience method that creates an instance of theIpamOperatingRegion.Builder
avoiding the need to create one
manually via IpamOperatingRegion.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately
and its result is passed to #operatingRegions(List
.
operatingRegions
- a consumer that will call methods on
IpamOperatingRegion.Builder
#operatingRegions(java.util.Collection)
Ipam.Builder state(String state)
The state of the IPAM.
Ipam.Builder state(IpamState state)
The state of the IPAM.
Ipam.Builder tags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag
value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
tags
- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and
the tag value as the filter value. For example, to find all resources that have a tag with the key
Owner
and the value TeamA
, specify tag:Owner
for the filter
name and TeamA
for the filter value.Ipam.Builder tags(Tag... tags)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag
value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
tags
- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and
the tag value as the filter value. For example, to find all resources that have a tag with the key
Owner
and the value TeamA
, specify tag:Owner
for the filter
name and TeamA
for the filter value.Ipam.Builder tags(Consumer<Tag.Builder>... tags)
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag
value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
Tag.Builder
avoiding the need to create one manually via
Tag.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to #tags(List
.
tags
- a consumer that will call methods on Tag.Builder
#tags(java.util.Collection)
Ipam.Builder defaultResourceDiscoveryId(String defaultResourceDiscoveryId)
The IPAM's default resource discovery ID.
defaultResourceDiscoveryId
- The IPAM's default resource discovery ID.Ipam.Builder defaultResourceDiscoveryAssociationId(String defaultResourceDiscoveryAssociationId)
The IPAM's default resource discovery association ID.
defaultResourceDiscoveryAssociationId
- The IPAM's default resource discovery association ID.Ipam.Builder resourceDiscoveryAssociationCount(Integer resourceDiscoveryAssociationCount)
The IPAM's resource discovery association count.
resourceDiscoveryAssociationCount
- The IPAM's resource discovery association count.Copyright © 2023. All rights reserved.