public static interface DescribeConfigurationSetsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationSetsResponse.Builder,DescribeConfigurationSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationSetsResponse.Builder |
configurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
|
DescribeConfigurationSetsResponse.Builder |
configurationSets(ConfigurationSetInformation... configurationSets)
An array of ConfigurationSets objects.
|
DescribeConfigurationSetsResponse.Builder |
configurationSets(Consumer<ConfigurationSetInformation.Builder>... configurationSets)
An array of ConfigurationSets objects.
|
DescribeConfigurationSetsResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigurationSetsResponse.Builder configurationSets(Collection<ConfigurationSetInformation> configurationSets)
An array of ConfigurationSets objects.
configurationSets - An array of ConfigurationSets objects.DescribeConfigurationSetsResponse.Builder configurationSets(ConfigurationSetInformation... configurationSets)
An array of ConfigurationSets objects.
configurationSets - An array of ConfigurationSets objects.DescribeConfigurationSetsResponse.Builder configurationSets(Consumer<ConfigurationSetInformation.Builder>... configurationSets)
An array of ConfigurationSets objects.
This is a convenience method that creates an instance of theConfigurationSetInformation.Builder avoiding
the need to create one manually via
ConfigurationSetInformation.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #configurationSets(List.
configurationSets - a consumer that will call methods on
ConfigurationSetInformation.Builder#configurationSets(java.util.Collection) DescribeConfigurationSetsResponse.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no
more results.Copyright © 2023. All rights reserved.