Interface ListSchemaMappingsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListSchemaMappingsResponse.Builder,,ListSchemaMappingsResponse> EntityResolutionResponse.Builder,SdkBuilder<ListSchemaMappingsResponse.Builder,,ListSchemaMappingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListSchemaMappingsResponse
public static interface ListSchemaMappingsResponse.Builder
extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<ListSchemaMappingsResponse.Builder,ListSchemaMappingsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe pagination token from the previous API call.schemaList(Collection<SchemaMappingSummary> schemaList) A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.schemaList(Consumer<SchemaMappingSummary.Builder>... schemaList) A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.schemaList(SchemaMappingSummary... schemaList) A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
 
 - 
schemaList
A list of
SchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.- Parameters:
 schemaList- A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
schemaList
A list of
SchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.- Parameters:
 schemaList- A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
schemaList
A list of
This is a convenience method that creates an instance of theSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.SchemaMappingSummary.Builderavoiding the need to create one manually viaSchemaMappingSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschemaList(List<SchemaMappingSummary>).- Parameters:
 schemaList- a consumer that will call methods onSchemaMappingSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -