public static interface CreateDedicatedIpPoolRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<CreateDedicatedIpPoolRequest.Builder,CreateDedicatedIpPoolRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDedicatedIpPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDedicatedIpPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDedicatedIpPoolRequest.Builder |
poolName(String poolName)
The name of the dedicated IP pool.
|
CreateDedicatedIpPoolRequest.Builder |
tags(Collection<Tag> tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
|
CreateDedicatedIpPoolRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
|
CreateDedicatedIpPoolRequest.Builder |
tags(Tag... tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDedicatedIpPoolRequest.Builder poolName(String poolName)
The name of the dedicated IP pool.
poolName - The name of the dedicated IP pool.CreateDedicatedIpPoolRequest.Builder tags(Collection<Tag> tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
tags - An object that defines the tags (keys and values) that you want to associate with the pool.CreateDedicatedIpPoolRequest.Builder tags(Tag... tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
tags - An object that defines the tags (keys and values) that you want to associate with the pool.CreateDedicatedIpPoolRequest.Builder tags(Consumer<Tag.Builder>... tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
This is a convenience that creates an instance of theList.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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateDedicatedIpPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDedicatedIpPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.