Interface CheckSchemaVersionValidityRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CheckSchemaVersionValidityRequest.Builder,,- CheckSchemaVersionValidityRequest> - GlueRequest.Builder,- SdkBuilder<CheckSchemaVersionValidityRequest.Builder,,- CheckSchemaVersionValidityRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CheckSchemaVersionValidityRequest
@Mutable
@NotThreadSafe
public static interface CheckSchemaVersionValidityRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CheckSchemaVersionValidityRequest.Builder,CheckSchemaVersionValidityRequest> 
- 
Method SummaryModifier and TypeMethodDescriptiondataFormat(String dataFormat) The data format of the schema definition.dataFormat(DataFormat dataFormat) The data format of the schema definition.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.schemaDefinition(String schemaDefinition) The definition of the schema that has to be validated.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dataFormatThe data format of the schema definition. Currently AVRO,JSONandPROTOBUFare supported.- Parameters:
- dataFormat- The data format of the schema definition. Currently- AVRO,- JSONand- PROTOBUFare supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dataFormatThe data format of the schema definition. Currently AVRO,JSONandPROTOBUFare supported.- Parameters:
- dataFormat- The data format of the schema definition. Currently- AVRO,- JSONand- PROTOBUFare supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
schemaDefinitionThe definition of the schema that has to be validated. - Parameters:
- schemaDefinition- The definition of the schema that has to be validated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCheckSchemaVersionValidityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCheckSchemaVersionValidityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-