public static interface ListTopicRuleDestinationsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListTopicRuleDestinationsRequest.Builder,ListTopicRuleDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTopicRuleDestinationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListTopicRuleDestinationsRequest.Builder |
nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListTopicRuleDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTopicRuleDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTopicRuleDestinationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.ListTopicRuleDestinationsRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of results.ListTopicRuleDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTopicRuleDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.