Interface ListBatchSegmentJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBatchSegmentJobsRequest.Builder,ListBatchSegmentJobsRequest>,PersonalizeRequest.Builder,SdkBuilder<ListBatchSegmentJobsRequest.Builder,ListBatchSegmentJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBatchSegmentJobsRequest
public static interface ListBatchSegmentJobsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListBatchSegmentJobsRequest.Builder,ListBatchSegmentJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBatchSegmentJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of batch segment job results to return in each page.ListBatchSegmentJobsRequest.BuildernextToken(String nextToken)The token to request the next page of results.ListBatchSegmentJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBatchSegmentJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBatchSegmentJobsRequest.BuildersolutionVersionArn(String solutionVersionArn)The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.-
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.personalize.model.PersonalizeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
solutionVersionArn
ListBatchSegmentJobsRequest.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
- Parameters:
solutionVersionArn- The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBatchSegmentJobsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
- Parameters:
nextToken- The token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBatchSegmentJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of batch segment job results to return in each page. The default value is 100.
- Parameters:
maxResults- The maximum number of batch segment job results to return in each page. The default value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBatchSegmentJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBatchSegmentJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-