public static interface CreateIpamScopeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateIpamScopeRequest.Builder,CreateIpamScopeRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIpamScopeRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIpamScopeRequest.Builder |
description(String description)
A description for the scope you're creating.
|
CreateIpamScopeRequest.Builder |
ipamId(String ipamId)
The ID of the IPAM for which you're creating this scope.
|
CreateIpamScopeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIpamScopeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIpamScopeRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamScopeRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
CreateIpamScopeRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The key/value combination of a tag assigned to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpamScopeRequest.Builder ipamId(String ipamId)
The ID of the IPAM for which you're creating this scope.
ipamId - The ID of the IPAM for which you're creating this scope.CreateIpamScopeRequest.Builder description(String description)
A description for the scope you're creating.
description - A description for the scope you're creating.CreateIpamScopeRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
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.
tagSpecifications - 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.CreateIpamScopeRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
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.
tagSpecifications - 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.CreateIpamScopeRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #tagSpecifications(List) .tagSpecifications - a consumer that will call methods on List.Builder #tagSpecifications(List) CreateIpamScopeRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For
more information, see Ensuring
Idempotency.CreateIpamScopeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIpamScopeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.