public static interface DescribeConfigurationSetsRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationSetsRequest.Builder,DescribeConfigurationSetsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigurationSetsRequest.Builder configurationSetNames(Collection<String> configurationSetNames)
An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.
configurationSetNames - An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.DescribeConfigurationSetsRequest.Builder configurationSetNames(String... configurationSetNames)
An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.
configurationSetNames - An array of strings. Each element can be either a ConfigurationSetName or ConfigurationSetArn.DescribeConfigurationSetsRequest.Builder filters(Collection<ConfigurationSetFilter> filters)
An array of filters to apply to the results that are returned.
filters - An array of filters to apply to the results that are returned.DescribeConfigurationSetsRequest.Builder filters(ConfigurationSetFilter... filters)
An array of filters to apply to the results that are returned.
filters - An array of filters to apply to the results that are returned.DescribeConfigurationSetsRequest.Builder filters(Consumer<ConfigurationSetFilter.Builder>... filters)
An array of filters to apply to the results that are returned.
This is a convenience method that creates an instance of theConfigurationSetFilter.Builder avoiding the
need to create one manually via
ConfigurationSetFilter.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
ConfigurationSetFilter.Builder#filters(java.util.Collection) DescribeConfigurationSetsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.DescribeConfigurationSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults - The maximum number of results to return per each request.DescribeConfigurationSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConfigurationSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.