Interface CreateDedicatedIpPoolRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDedicatedIpPoolRequest.Builder,CreateDedicatedIpPoolRequest>,PinpointEmailRequest.Builder,SdkBuilder<CreateDedicatedIpPoolRequest.Builder,CreateDedicatedIpPoolRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDedicatedIpPoolRequest
public static interface CreateDedicatedIpPoolRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<CreateDedicatedIpPoolRequest.Builder,CreateDedicatedIpPoolRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDedicatedIpPoolRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDedicatedIpPoolRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDedicatedIpPoolRequest.BuilderpoolName(String poolName)The name of the dedicated IP pool.CreateDedicatedIpPoolRequest.Buildertags(Collection<Tag> tags)An object that defines the tags (keys and values) that you want to associate with the pool.CreateDedicatedIpPoolRequest.Buildertags(Consumer<Tag.Builder>... tags)An object that defines the tags (keys and values) that you want to associate with the pool.CreateDedicatedIpPoolRequest.Buildertags(Tag... tags)An object that defines the tags (keys and values) that you want to associate with the pool.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
poolName
CreateDedicatedIpPoolRequest.Builder poolName(String poolName)
The name of the dedicated IP pool.
- Parameters:
poolName- The name of the dedicated IP pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDedicatedIpPoolRequest.Builder tags(Collection<Tag> tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
- Parameters:
tags- An object that defines the tags (keys and values) that you want to associate with the pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDedicatedIpPoolRequest.Builder tags(Tag... tags)
An object that defines the tags (keys and values) that you want to associate with the pool.
- Parameters:
tags- An object that defines the tags (keys and values) that you want to associate with the pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateDedicatedIpPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDedicatedIpPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-