public static interface ListConfigurationSetsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
Modifier and Type | Method and Description |
---|---|
ListConfigurationSetsResponse.Builder |
configurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.
|
ListConfigurationSetsResponse.Builder |
configurationSets(String... configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web
Services Region.
|
ListConfigurationSetsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional configuration sets to list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListConfigurationSetsResponse.Builder configurationSets(Collection<String> configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
configurationSets
- An array that contains all of the configuration sets in your Amazon SES account in the current Amazon
Web Services Region.ListConfigurationSetsResponse.Builder configurationSets(String... configurationSets)
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
configurationSets
- An array that contains all of the configuration sets in your Amazon SES account in the current Amazon
Web Services Region.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 the
NextToken
parameter.
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 the NextToken
parameter.Copyright © 2022. All rights reserved.