public static interface ListSchemaMappingsResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<ListSchemaMappingsResponse.Builder,ListSchemaMappingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchemaMappingsResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous API call.
|
ListSchemaMappingsResponse.Builder |
schemaList(Collection<SchemaMappingSummary> schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt. |
ListSchemaMappingsResponse.Builder |
schemaList(Consumer<SchemaMappingSummary.Builder>... schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt. |
ListSchemaMappingsResponse.Builder |
schemaList(SchemaMappingSummary... schemaList)
A list of
SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchemaMappingsResponse.Builder nextToken(String nextToken)
The pagination token from the previous API call.
nextToken - The pagination token from the previous API call.ListSchemaMappingsResponse.Builder schemaList(Collection<SchemaMappingSummary> schemaList)
A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
schemaList - A list of SchemaMappingSummary objects, each of which contain the fields
SchemaName, SchemaArn, CreatedAt, UpdatedAt.ListSchemaMappingsResponse.Builder schemaList(SchemaMappingSummary... schemaList)
A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
schemaList - A list of SchemaMappingSummary objects, each of which contain the fields
SchemaName, SchemaArn, CreatedAt, UpdatedAt.ListSchemaMappingsResponse.Builder schemaList(Consumer<SchemaMappingSummary.Builder>... schemaList)
A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
SchemaMappingSummary.Builder avoiding the need
to create one manually via
SchemaMappingSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #schemaList(List.
schemaList - a consumer that will call methods on
SchemaMappingSummary.Builder#schemaList(java.util.Collection) Copyright © 2023. All rights reserved.