Interface ListConfigurationSetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>,PinpointEmailResponse.Builder,SdkBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListConfigurationSetsResponse
public static interface ListConfigurationSetsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConfigurationSetsResponse.BuilderconfigurationSets(String... configurationSets)An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.ListConfigurationSetsResponse.BuilderconfigurationSets(Collection<String> configurationSets)An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.ListConfigurationSetsResponse.BuildernextToken(String nextToken)A token that indicates that there are additional configuration sets 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 Detail
-
configurationSets
ListConfigurationSetsResponse.Builder configurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.
- Parameters:
configurationSets- An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSets
ListConfigurationSetsResponse.Builder configurationSets(String... configurationSets)
An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.
- Parameters:
configurationSets- An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConfigurationSetsResponse.Builder nextToken(String nextToken)
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to
ListConfigurationSets, and pass this token in theNextTokenparameter.- Parameters:
nextToken- A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request toListConfigurationSets, and pass this token in theNextTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-