public static interface IpamScope.Builder extends SdkPojo, CopyableBuilder<IpamScope.Builder,IpamScope>
| Modifier and Type | Method and Description |
|---|---|
IpamScope.Builder |
description(String description)
The description of the scope.
|
IpamScope.Builder |
ipamArn(String ipamArn)
The ARN of the IPAM.
|
IpamScope.Builder |
ipamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM scope.
|
IpamScope.Builder |
ipamScopeArn(String ipamScopeArn)
The Amazon Resource Name (ARN) of the scope.
|
IpamScope.Builder |
ipamScopeId(String ipamScopeId)
The ID of the scope.
|
IpamScope.Builder |
ipamScopeType(IpamScopeType ipamScopeType)
The type of the scope.
|
IpamScope.Builder |
ipamScopeType(String ipamScopeType)
The type of the scope.
|
IpamScope.Builder |
isDefault(Boolean isDefault)
Defines if the scope is the default scope or not.
|
IpamScope.Builder |
ownerId(String ownerId)
The Amazon Web Services account ID of the owner of the scope.
|
IpamScope.Builder |
poolCount(Integer poolCount)
The number of pools in the scope.
|
IpamScope.Builder |
state(IpamScopeState state)
The state of the IPAM scope.
|
IpamScope.Builder |
state(String state)
The state of the IPAM scope.
|
IpamScope.Builder |
tags(Collection<Tag> tags)
The key/value combination of a tag assigned to the resource.
|
IpamScope.Builder |
tags(Consumer<Tag.Builder>... tags)
The key/value combination of a tag assigned to the resource.
|
IpamScope.Builder |
tags(Tag... tags)
The key/value combination of a tag assigned to the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamScope.Builder ownerId(String ownerId)
The Amazon Web Services account ID of the owner of the scope.
ownerId - The Amazon Web Services account ID of the owner of the scope.IpamScope.Builder ipamScopeId(String ipamScopeId)
The ID of the scope.
ipamScopeId - The ID of the scope.IpamScope.Builder ipamScopeArn(String ipamScopeArn)
The Amazon Resource Name (ARN) of the scope.
ipamScopeArn - The Amazon Resource Name (ARN) of the scope.IpamScope.Builder ipamArn(String ipamArn)
The ARN of the IPAM.
ipamArn - The ARN of the IPAM.IpamScope.Builder ipamRegion(String ipamRegion)
The Amazon Web Services Region of the IPAM scope.
ipamRegion - The Amazon Web Services Region of the IPAM scope.IpamScope.Builder ipamScopeType(String ipamScopeType)
The type of the scope.
ipamScopeType - The type of the scope.IpamScopeType,
IpamScopeTypeIpamScope.Builder ipamScopeType(IpamScopeType ipamScopeType)
The type of the scope.
ipamScopeType - The type of the scope.IpamScopeType,
IpamScopeTypeIpamScope.Builder isDefault(Boolean isDefault)
Defines if the scope is the default scope or not.
isDefault - Defines if the scope is the default scope or not.IpamScope.Builder description(String description)
The description of the scope.
description - The description of the scope.IpamScope.Builder poolCount(Integer poolCount)
The number of pools in the scope.
poolCount - The number of pools in the scope.IpamScope.Builder state(String state)
The state of the IPAM scope.
state - The state of the IPAM scope.IpamScopeState,
IpamScopeStateIpamScope.Builder state(IpamScopeState state)
The state of the IPAM scope.
state - The state of the IPAM scope.IpamScopeState,
IpamScopeStateIpamScope.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.IpamScope.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.IpamScope.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) Copyright © 2023. All rights reserved.