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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSchemaMappingsResponse.BuildernextToken(String nextToken)The pagination token from the previous API call.ListSchemaMappingsResponse.BuilderschemaList(Collection<SchemaMappingSummary> schemaList)A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.ListSchemaMappingsResponse.BuilderschemaList(Consumer<SchemaMappingSummary.Builder>... schemaList)A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.ListSchemaMappingsResponse.BuilderschemaList(SchemaMappingSummary... schemaList)A list ofSchemaMappingSummaryobjects, each of which contain the fieldsSchemaName,SchemaArn,CreatedAt,UpdatedAt.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListSchemaMappingsResponse.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.
-
schemaList
ListSchemaMappingsResponse.Builder schemaList(Collection<SchemaMappingSummary> 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
ListSchemaMappingsResponse.Builder schemaList(SchemaMappingSummary... 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
ListSchemaMappingsResponse.Builder schemaList(Consumer<SchemaMappingSummary.Builder>... 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 to#schemaList(List.) - 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:
#schemaList(java.util.Collection)
-
-