Interface GetDedicatedIpsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDedicatedIpsResponse.Builder,GetDedicatedIpsResponse>,PinpointEmailResponse.Builder,SdkBuilder<GetDedicatedIpsResponse.Builder,GetDedicatedIpsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDedicatedIpsResponse
public static interface GetDedicatedIpsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<GetDedicatedIpsResponse.Builder,GetDedicatedIpsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDedicatedIpsResponse.BuilderdedicatedIps(Collection<DedicatedIp> dedicatedIps)A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.GetDedicatedIpsResponse.BuilderdedicatedIps(Consumer<DedicatedIp.Builder>... dedicatedIps)A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.GetDedicatedIpsResponse.BuilderdedicatedIps(DedicatedIp... dedicatedIps)A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.GetDedicatedIpsResponse.BuildernextToken(String nextToken)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dedicatedIps
GetDedicatedIpsResponse.Builder dedicatedIps(Collection<DedicatedIp> 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
GetDedicatedIpsResponse.Builder dedicatedIps(DedicatedIp... 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
GetDedicatedIpsResponse.Builder dedicatedIps(Consumer<DedicatedIp.Builder>... 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.Builderavoiding the need to create one manually viaDedicatedIp.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dedicatedIps(List.) - 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:
#dedicatedIps(java.util.Collection)
-
nextToken
GetDedicatedIpsResponse.Builder nextToken(String 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 theNextTokenparameter.- 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 theNextTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-