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 |
scalingMode(ScalingMode scalingMode)
The type of scaling mode.
|
CreateDedicatedIpPoolRequest.Builder |
scalingMode(String scalingMode)
The type of scaling mode.
|
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 method that creates an instance of theTag.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) CreateDedicatedIpPoolRequest.Builder scalingMode(String scalingMode)
The type of scaling mode.
scalingMode - The type of scaling mode.ScalingMode,
ScalingModeCreateDedicatedIpPoolRequest.Builder scalingMode(ScalingMode scalingMode)
The type of scaling mode.
scalingMode - The type of scaling mode.ScalingMode,
ScalingModeCreateDedicatedIpPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDedicatedIpPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.