Interface GetDedicatedIpsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDedicatedIpsResponse.Builder,
,GetDedicatedIpsResponse> PinpointEmailResponse.Builder
,SdkBuilder<GetDedicatedIpsResponse.Builder,
,GetDedicatedIpsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDedicatedIpsResponse
@Mutable
@NotThreadSafe
public static interface GetDedicatedIpsResponse.Builder
extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpsResponse.Builder,GetDedicatedIpsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondedicatedIps
(Collection<DedicatedIp> dedicatedIps) A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.dedicatedIps
(Consumer<DedicatedIp.Builder>... dedicatedIps) A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.dedicatedIps
(DedicatedIp... dedicatedIps) A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.A token that indicates that there are additional dedicated IP addresses to list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailResponse.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
dedicatedIps
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
- Parameters:
dedicatedIps
- A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dedicatedIps
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
- Parameters:
dedicatedIps
- A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dedicatedIps
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
This is a convenience method that creates an instance of theDedicatedIp.Builder
avoiding the need to create one manually viaDedicatedIp.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todedicatedIps(List<DedicatedIp>)
.- Parameters:
dedicatedIps
- a consumer that will call methods onDedicatedIp.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to
GetDedicatedIps
, passing this token in theNextToken
parameter.- Parameters:
nextToken
- A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request toGetDedicatedIps
, passing this token in theNextToken
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-