Interface ListSchemasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>,PersonalizeRequest.Builder,SdkBuilder<ListSchemasRequest.Builder,ListSchemasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSchemasRequest
public static interface ListSchemasRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListSchemasRequest.Builder,ListSchemasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSchemasRequest.BuildermaxResults(Integer maxResults)The maximum number of schemas to return.ListSchemasRequest.BuildernextToken(String nextToken)A token returned from the previous call toListSchemasfor getting the next set of schemas (if they exist).ListSchemasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSchemasRequest.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.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, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListSchemasRequest.Builder nextToken(String nextToken)
A token returned from the previous call to
ListSchemasfor getting the next set of schemas (if they exist).- Parameters:
nextToken- A token returned from the previous call toListSchemasfor getting the next set of schemas (if they exist).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSchemasRequest.Builder maxResults(Integer maxResults)
The maximum number of schemas to return.
- Parameters:
maxResults- The maximum number of schemas to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSchemasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSchemasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-