Interface GetDedicatedIpPoolResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDedicatedIpPoolResponse.Builder,GetDedicatedIpPoolResponse>,SdkBuilder<GetDedicatedIpPoolResponse.Builder,GetDedicatedIpPoolResponse>,SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
- GetDedicatedIpPoolResponse
public static interface GetDedicatedIpPoolResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpPoolResponse.Builder,GetDedicatedIpPoolResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetDedicatedIpPoolResponse.BuilderdedicatedIpPool(Consumer<DedicatedIpPool.Builder> dedicatedIpPool)An object that contains information about a dedicated IP pool.GetDedicatedIpPoolResponse.BuilderdedicatedIpPool(DedicatedIpPool dedicatedIpPool)An object that contains information about a dedicated IP pool.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
dedicatedIpPool
GetDedicatedIpPoolResponse.Builder dedicatedIpPool(DedicatedIpPool dedicatedIpPool)
An object that contains information about a dedicated IP pool.
- Parameters:
dedicatedIpPool- An object that contains information about a dedicated IP pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dedicatedIpPool
default GetDedicatedIpPoolResponse.Builder dedicatedIpPool(Consumer<DedicatedIpPool.Builder> dedicatedIpPool)
An object that contains information about a dedicated IP pool.
This is a convenience method that creates an instance of theDedicatedIpPool.Builderavoiding the need to create one manually viaDedicatedIpPool.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todedicatedIpPool(DedicatedIpPool).- Parameters:
dedicatedIpPool- a consumer that will call methods onDedicatedIpPool.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dedicatedIpPool(DedicatedIpPool)
-
-