public static interface CheckSchemaVersionValidityRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CheckSchemaVersionValidityRequest.Builder,CheckSchemaVersionValidityRequest>
| Modifier and Type | Method and Description |
|---|---|
CheckSchemaVersionValidityRequest.Builder |
dataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
CheckSchemaVersionValidityRequest.Builder |
dataFormat(String dataFormat)
The data format of the schema definition.
|
CheckSchemaVersionValidityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CheckSchemaVersionValidityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CheckSchemaVersionValidityRequest.Builder |
schemaDefinition(String schemaDefinition)
The definition of the schema that has to be validated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCheckSchemaVersionValidityRequest.Builder dataFormat(String dataFormat)
The data format of the schema definition. Currently AVRO, JSON and
PROTOBUF are supported.
dataFormat - The data format of the schema definition. Currently AVRO, JSON and
PROTOBUF are supported.DataFormat,
DataFormatCheckSchemaVersionValidityRequest.Builder dataFormat(DataFormat dataFormat)
The data format of the schema definition. Currently AVRO, JSON and
PROTOBUF are supported.
dataFormat - The data format of the schema definition. Currently AVRO, JSON and
PROTOBUF are supported.DataFormat,
DataFormatCheckSchemaVersionValidityRequest.Builder schemaDefinition(String schemaDefinition)
The definition of the schema that has to be validated.
schemaDefinition - The definition of the schema that has to be validated.CheckSchemaVersionValidityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCheckSchemaVersionValidityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.