Interface ListSchemaMappingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSchemaMappingsResponse.Builder,
,ListSchemaMappingsResponse> EntityResolutionResponse.Builder
,SdkBuilder<ListSchemaMappingsResponse.Builder,
,ListSchemaMappingsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSchemaMappingsResponse
@Mutable
@NotThreadSafe
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 ofSchemaMappingSummary
objects, each of which contain the fieldsSchemaName
,SchemaArn
,CreatedAt
,UpdatedAt
.schemaList
(Consumer<SchemaMappingSummary.Builder>... schemaList) A list ofSchemaMappingSummary
objects, each of which contain the fieldsSchemaName
,SchemaArn
,CreatedAt
,UpdatedAt
.schemaList
(SchemaMappingSummary... schemaList) A list ofSchemaMappingSummary
objects, 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
schemaList
A list of
SchemaMappingSummary
objects, each of which contain the fieldsSchemaName
,SchemaArn
,CreatedAt
,UpdatedAt
.- Parameters:
schemaList
- A list ofSchemaMappingSummary
objects, 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
SchemaMappingSummary
objects, each of which contain the fieldsSchemaName
,SchemaArn
,CreatedAt
,UpdatedAt
.- Parameters:
schemaList
- A list ofSchemaMappingSummary
objects, 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 theSchemaMappingSummary
objects, each of which contain the fieldsSchemaName
,SchemaArn
,CreatedAt
,UpdatedAt
.SchemaMappingSummary.Builder
avoiding the need to create one manually viaSchemaMappingSummary.builder()
.When the
Consumer
completes,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:
-
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.
-