Interface ListSegmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSegmentsRequest.Builder,ListSegmentsRequest>,EvidentlyRequest.Builder,SdkBuilder<ListSegmentsRequest.Builder,ListSegmentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSegmentsRequest
public static interface ListSegmentsRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListSegmentsRequest.Builder,ListSegmentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSegmentsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListSegmentsRequest.BuildernextToken(String nextToken)The token to use when requesting the next set of results.ListSegmentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSegmentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListSegmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response. If you omit this, the default of 50 is used.
- Parameters:
maxResults- The maximum number of results to include in the response. If you omit this, the default of 50 is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSegmentsRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListSegmentsoperation.- Parameters:
nextToken- The token to use when requesting the next set of results. You received this token from a previousListSegmentsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSegmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSegmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-