Interface ListSchemaVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSchemaVersionsResponse.Builder,
,ListSchemaVersionsResponse> GlueResponse.Builder
,SdkBuilder<ListSchemaVersionsResponse.Builder,
,ListSchemaVersionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSchemaVersionsResponse
public static interface ListSchemaVersionsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListSchemaVersionsResponse.Builder,ListSchemaVersionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.schemas
(Collection<SchemaVersionListItem> schemas) An array ofSchemaVersionList
objects containing details of each schema version.schemas
(Consumer<SchemaVersionListItem.Builder>... schemas) An array ofSchemaVersionList
objects containing details of each schema version.schemas
(SchemaVersionListItem... schemas) An array ofSchemaVersionList
objects containing details of each schema version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.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 Details
-
schemas
An array of
SchemaVersionList
objects containing details of each schema version.- Parameters:
schemas
- An array ofSchemaVersionList
objects containing details of each schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemas
An array of
SchemaVersionList
objects containing details of each schema version.- Parameters:
schemas
- An array ofSchemaVersionList
objects containing details of each schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemas
An array of
This is a convenience method that creates an instance of theSchemaVersionList
objects containing details of each schema version.SchemaVersionListItem.Builder
avoiding the need to create one manually viaSchemaVersionListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemas(List<SchemaVersionListItem>)
.- Parameters:
schemas
- a consumer that will call methods onSchemaVersionListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
- Parameters:
nextToken
- A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-