public static interface ListConfigurationSetsResponse.Builder extends PinpointSmsVoiceResponse.Builder, SdkPojo, CopyableBuilder<ListConfigurationSetsResponse.Builder,ListConfigurationSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConfigurationSetsResponse.Builder |
configurationSets(Collection<String> configurationSets)
An object that contains a list of configuration sets for your account in the current region.
|
ListConfigurationSetsResponse.Builder |
configurationSets(String... configurationSets)
An object that contains a list of configuration sets for your account in the current region.
|
ListConfigurationSetsResponse.Builder |
nextToken(String nextToken)
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConfigurationSetsResponse.Builder configurationSets(Collection<String> configurationSets)
configurationSets - An object that contains a list of configuration sets for your account in the current region.ListConfigurationSetsResponse.Builder configurationSets(String... configurationSets)
configurationSets - An object that contains a list of configuration sets for your account in the current region.ListConfigurationSetsResponse.Builder nextToken(String nextToken)
nextToken - A token returned from a previous call to ListConfigurationSets to indicate the position in the list of
configuration sets.Copyright © 2021. All rights reserved.