public static interface UpdateSchemaRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSchemaRequest.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 SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to
be provided.
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 SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName
has to be provided.
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 SchemaArn or
SchemaName has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName has to
be provided.
SchemaId.Builder avoiding the need to
create one manually via SchemaId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schemaId(SchemaId).
schemaId - a consumer that will call methods on SchemaId.BuilderschemaId(SchemaId)UpdateSchemaRequest.Builder schemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
Version number required for check pointing. One of VersionNumber or Compatibility
has to be provided.
schemaVersionNumber - Version number required for check pointing. One of VersionNumber or
Compatibility has to be provided.default UpdateSchemaRequest.Builder schemaVersionNumber(Consumer<SchemaVersionNumber.Builder> schemaVersionNumber)
Version number required for check pointing. One of VersionNumber or Compatibility
has to be provided.
SchemaVersionNumber.Builder avoiding the
need to create one manually via SchemaVersionNumber.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to schemaVersionNumber(SchemaVersionNumber).
schemaVersionNumber - a consumer that will call methods on SchemaVersionNumber.BuilderschemaVersionNumber(SchemaVersionNumber)UpdateSchemaRequest.Builder compatibility(String compatibility)
The new compatibility setting for the schema.
compatibility - The new compatibility setting for the schema.Compatibility,
CompatibilityUpdateSchemaRequest.Builder compatibility(Compatibility compatibility)
The new compatibility setting for the schema.
compatibility - The new compatibility setting for the schema.Compatibility,
CompatibilityUpdateSchemaRequest.Builder description(String description)
The new description for the schema.
description - The new description for the schema.UpdateSchemaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSchemaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.