Interface ListSchemaMappingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSchemaMappingsRequest.Builder,ListSchemaMappingsRequest>,EntityResolutionRequest.Builder,SdkBuilder<ListSchemaMappingsRequest.Builder,ListSchemaMappingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSchemaMappingsRequest
public static interface ListSchemaMappingsRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<ListSchemaMappingsRequest.Builder,ListSchemaMappingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSchemaMappingsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects returned per page.ListSchemaMappingsRequest.BuildernextToken(String nextToken)The pagination token from the previous API call.ListSchemaMappingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSchemaMappingsRequest.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.entityresolution.model.EntityResolutionRequest.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
-
maxResults
ListSchemaMappingsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
- Parameters:
maxResults- The maximum number of objects returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSchemaMappingsRequest.Builder nextToken(String nextToken)
The pagination token from the previous API call.
- Parameters:
nextToken- The pagination token from the previous API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSchemaMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSchemaMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-