public static interface RegisterSchemaVersionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<RegisterSchemaVersionRequest.Builder,RegisterSchemaVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterSchemaVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterSchemaVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterSchemaVersionRequest.Builder |
schemaDefinition(String schemaDefinition)
The schema definition using the
DataFormat setting for the SchemaName. |
default RegisterSchemaVersionRequest.Builder |
schemaId(Consumer<SchemaId.Builder> schemaId)
This is a wrapper structure to contain schema identity fields.
|
RegisterSchemaVersionRequest.Builder |
schemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterSchemaVersionRequest.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. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName 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. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName
and RegistryName has to be provided.
default RegisterSchemaVersionRequest.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. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName 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)RegisterSchemaVersionRequest.Builder schemaDefinition(String schemaDefinition)
The schema definition using the DataFormat setting for the SchemaName.
schemaDefinition - The schema definition using the DataFormat setting for the SchemaName.RegisterSchemaVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterSchemaVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.