Interface RemoveSchemaVersionMetadataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RemoveSchemaVersionMetadataRequest.Builder,RemoveSchemaVersionMetadataRequest>
,GlueRequest.Builder
,SdkBuilder<RemoveSchemaVersionMetadataRequest.Builder,RemoveSchemaVersionMetadataRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- RemoveSchemaVersionMetadataRequest
public static interface RemoveSchemaVersionMetadataRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<RemoveSchemaVersionMetadataRequest.Builder,RemoveSchemaVersionMetadataRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
schemaId
RemoveSchemaVersionMetadataRequest.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 RemoveSchemaVersionMetadataRequest.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.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:
schemaId(SchemaId)
-
schemaVersionNumber
RemoveSchemaVersionMetadataRequest.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 RemoveSchemaVersionMetadataRequest.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:
schemaVersionNumber(SchemaVersionNumber)
-
schemaVersionId
RemoveSchemaVersionMetadataRequest.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.
-
metadataKeyValue
RemoveSchemaVersionMetadataRequest.Builder metadataKeyValue(MetadataKeyValuePair metadataKeyValue)
The value of the metadata key.
- Parameters:
metadataKeyValue
- The value of the metadata key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataKeyValue
default RemoveSchemaVersionMetadataRequest.Builder metadataKeyValue(Consumer<MetadataKeyValuePair.Builder> metadataKeyValue)
The value of the metadata key.
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 tometadataKeyValue(MetadataKeyValuePair)
.- Parameters:
metadataKeyValue
- 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:
metadataKeyValue(MetadataKeyValuePair)
-
overrideConfiguration
RemoveSchemaVersionMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveSchemaVersionMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-