Interface QuerySchemaVersionMetadataRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<QuerySchemaVersionMetadataRequest.Builder,
,QuerySchemaVersionMetadataRequest> GlueRequest.Builder
,SdkBuilder<QuerySchemaVersionMetadataRequest.Builder,
,QuerySchemaVersionMetadataRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
QuerySchemaVersionMetadataRequest
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) Maximum number of results required per page.metadataList
(Collection<MetadataKeyValuePair> metadataList) Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.metadataList
(Consumer<MetadataKeyValuePair.Builder>... metadataList) Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.metadataList
(MetadataKeyValuePair... metadataList) Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.A continuation token, if this is a continuation call.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.schemaId
(Consumer<SchemaId.Builder> schemaId) A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).schemaVersionId
(String schemaVersionId) The unique version ID of the schema version.schemaVersionNumber
(Consumer<SchemaVersionNumber.Builder> schemaVersionNumber) The version number of the schema.schemaVersionNumber
(SchemaVersionNumber schemaVersionNumber) The version number of the schema.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
schemaId
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
- Parameters:
schemaId
- A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaId
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
This is a convenience method that creates an instance of theSchemaId.Builder
avoiding the need to create one manually viaSchemaId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemaId(SchemaId)
.- Parameters:
schemaId
- a consumer that will call methods onSchemaId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaVersionNumber
QuerySchemaVersionMetadataRequest.Builder schemaVersionNumber(SchemaVersionNumber schemaVersionNumber) The version number of the schema.
- Parameters:
schemaVersionNumber
- The version number of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersionNumber
default QuerySchemaVersionMetadataRequest.Builder schemaVersionNumber(Consumer<SchemaVersionNumber.Builder> schemaVersionNumber) The version number of the schema.
This is a convenience method that creates an instance of theSchemaVersionNumber.Builder
avoiding the need to create one manually viaSchemaVersionNumber.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschemaVersionNumber(SchemaVersionNumber)
.- Parameters:
schemaVersionNumber
- a consumer that will call methods onSchemaVersionNumber.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaVersionId
The unique version ID of the schema version.
- Parameters:
schemaVersionId
- The unique version ID of the schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataList
QuerySchemaVersionMetadataRequest.Builder metadataList(Collection<MetadataKeyValuePair> metadataList) Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
- Parameters:
metadataList
- Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataList
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
- Parameters:
metadataList
- Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataList
QuerySchemaVersionMetadataRequest.Builder metadataList(Consumer<MetadataKeyValuePair.Builder>... metadataList) Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
This is a convenience method that creates an instance of theMetadataKeyValuePair.Builder
avoiding the need to create one manually viaMetadataKeyValuePair.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tometadataList(List<MetadataKeyValuePair>)
.- Parameters:
metadataList
- a consumer that will call methods onMetadataKeyValuePair.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
- Parameters:
maxResults
- Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, if this is a continuation call.
- Parameters:
nextToken
- A continuation token, if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
QuerySchemaVersionMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
QuerySchemaVersionMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-