public static interface ListBatchSegmentJobsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListBatchSegmentJobsRequest.Builder,ListBatchSegmentJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBatchSegmentJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of batch segment job results to return in each page.
|
ListBatchSegmentJobsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListBatchSegmentJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBatchSegmentJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBatchSegmentJobsRequest.Builder |
solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch
segments.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchSegmentJobsRequest.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
solutionVersionArn - The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate
batch segments.ListBatchSegmentJobsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListBatchSegmentJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of batch segment job results to return in each page. The default value is 100.
maxResults - The maximum number of batch segment job results to return in each page. The default value is 100.ListBatchSegmentJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBatchSegmentJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.