public static interface ListSegmentsRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListSegmentsRequest.Builder,ListSegmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSegmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSegmentsRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListSegmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSegmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSegmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
maxResults - The maximum number of results to include in the response. If you omit this, the default of 50 is used.ListSegmentsRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListSegments operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListSegments operation.ListSegmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSegmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.