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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CheckSchemaVersionValidityRequest.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
,
DataFormat
CheckSchemaVersionValidityRequest.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
,
DataFormat
CheckSchemaVersionValidityRequest.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.Builder
CheckSchemaVersionValidityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.