public static interface AcceptAddressTransferRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AcceptAddressTransferRequest.Builder,AcceptAddressTransferRequest>
Modifier and Type | Method and Description |
---|---|
AcceptAddressTransferRequest.Builder |
address(String address)
The Elastic IP address you are accepting for transfer.
|
AcceptAddressTransferRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AcceptAddressTransferRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AcceptAddressTransferRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
tag :<key> - The key/value combination of a tag assigned to the resource. |
AcceptAddressTransferRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
tag :<key> - The key/value combination of a tag assigned to the resource. |
AcceptAddressTransferRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
tag :<key> - The key/value combination of a tag assigned to the resource. |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
AcceptAddressTransferRequest.Builder address(String address)
The Elastic IP address you are accepting for transfer.
address
- The Elastic IP address you are accepting for transfer.AcceptAddressTransferRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
tag
:<key> - 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
- tag
:<key> - 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.AcceptAddressTransferRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
tag
:<key> - 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
- tag
:<key> - 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.AcceptAddressTransferRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
tag
:<key> - 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.
TagSpecification.Builder
avoiding the need to create one
manually via TagSpecification.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #tagSpecifications(List
.
tagSpecifications
- a consumer that will call methods on
TagSpecification.Builder
#tagSpecifications(java.util.Collection)
AcceptAddressTransferRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AcceptAddressTransferRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.