Interface UpdateSchemaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>,GlueRequest.Builder,SdkBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSchemaRequest
public static interface UpdateSchemaRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>
-
-
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
UpdateSchemaRequest.Builder schemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
- Parameters:
schemaId- This is a wrapper structure to contain schema identity fields. The structure contains:-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
schemaId
default UpdateSchemaRequest.Builder schemaId(Consumer<SchemaId.Builder> schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
SchemaId.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
UpdateSchemaRequest.Builder schemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
Version number required for check pointing. One of
VersionNumberorCompatibilityhas to be provided.- Parameters:
schemaVersionNumber- Version number required for check pointing. One ofVersionNumberorCompatibilityhas to be provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersionNumber
default UpdateSchemaRequest.Builder schemaVersionNumber(Consumer<SchemaVersionNumber.Builder> schemaVersionNumber)
Version number required for check pointing. One of
This is a convenience method that creates an instance of theVersionNumberorCompatibilityhas to be provided.SchemaVersionNumber.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)
-
compatibility
UpdateSchemaRequest.Builder compatibility(String compatibility)
The new compatibility setting for the schema.
- Parameters:
compatibility- The new compatibility setting for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Compatibility,Compatibility
-
compatibility
UpdateSchemaRequest.Builder compatibility(Compatibility compatibility)
The new compatibility setting for the schema.
- Parameters:
compatibility- The new compatibility setting for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Compatibility,Compatibility
-
description
UpdateSchemaRequest.Builder description(String description)
The new description for the schema.
- Parameters:
description- The new description for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-