Interface QuerySchemaVersionMetadataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<QuerySchemaVersionMetadataRequest.Builder,QuerySchemaVersionMetadataRequest>,GlueRequest.Builder,SdkBuilder<QuerySchemaVersionMetadataRequest.Builder,QuerySchemaVersionMetadataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- QuerySchemaVersionMetadataRequest
public static interface QuerySchemaVersionMetadataRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<QuerySchemaVersionMetadataRequest.Builder,QuerySchemaVersionMetadataRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description QuerySchemaVersionMetadataRequest.BuildermaxResults(Integer maxResults)Maximum number of results required per page.QuerySchemaVersionMetadataRequest.BuildermetadataList(Collection<MetadataKeyValuePair> metadataList)Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.QuerySchemaVersionMetadataRequest.BuildermetadataList(Consumer<MetadataKeyValuePair.Builder>... metadataList)Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.QuerySchemaVersionMetadataRequest.BuildermetadataList(MetadataKeyValuePair... metadataList)Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.QuerySchemaVersionMetadataRequest.BuildernextToken(String nextToken)A continuation token, if this is a continuation call.QuerySchemaVersionMetadataRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)QuerySchemaVersionMetadataRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default QuerySchemaVersionMetadataRequest.BuilderschemaId(Consumer<SchemaId.Builder> schemaId)A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).QuerySchemaVersionMetadataRequest.BuilderschemaId(SchemaId schemaId)A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).QuerySchemaVersionMetadataRequest.BuilderschemaVersionId(String schemaVersionId)The unique version ID of the schema version.default QuerySchemaVersionMetadataRequest.BuilderschemaVersionNumber(Consumer<SchemaVersionNumber.Builder> schemaVersionNumber)The version number of the schema.QuerySchemaVersionMetadataRequest.BuilderschemaVersionNumber(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 Detail
-
schemaId
QuerySchemaVersionMetadataRequest.Builder schemaId(SchemaId 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
default QuerySchemaVersionMetadataRequest.Builder schemaId(Consumer<SchemaId.Builder> 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.Builderavoiding the need to create one manually viaSchemaId.builder().When the
Consumercompletes,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:
schemaId(SchemaId)
-
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.Builderavoiding the need to create one manually viaSchemaVersionNumber.builder().When the
Consumercompletes,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:
schemaVersionNumber(SchemaVersionNumber)
-
schemaVersionId
QuerySchemaVersionMetadataRequest.Builder schemaVersionId(String 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
QuerySchemaVersionMetadataRequest.Builder metadataList(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
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.Builderavoiding the need to create one manually viaMetadataKeyValuePair.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#metadataList(List.) - 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:
#metadataList(java.util.Collection)
-
maxResults
QuerySchemaVersionMetadataRequest.Builder maxResults(Integer 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
QuerySchemaVersionMetadataRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
QuerySchemaVersionMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-