Interface RegisterSchemaVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterSchemaVersionRequest.Builder,RegisterSchemaVersionRequest>,GlueRequest.Builder,SdkBuilder<RegisterSchemaVersionRequest.Builder,RegisterSchemaVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RegisterSchemaVersionRequest
public static interface RegisterSchemaVersionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<RegisterSchemaVersionRequest.Builder,RegisterSchemaVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RegisterSchemaVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RegisterSchemaVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RegisterSchemaVersionRequest.BuilderschemaDefinition(String schemaDefinition)The schema definition using theDataFormatsetting for theSchemaName.default RegisterSchemaVersionRequest.BuilderschemaId(Consumer<SchemaId.Builder> schemaId)This is a wrapper structure to contain schema identity fields.RegisterSchemaVersionRequest.BuilderschemaId(SchemaId schemaId)This is a wrapper structure to contain schema identity fields.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
schemaId
RegisterSchemaVersionRequest.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
SchemaArnorSchemaNameandRegistryNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided.
- Parameters:
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
SchemaArnorSchemaNameandRegistryNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
schemaId
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
SchemaArnorSchemaNameandRegistryNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. Either
SchemaArnorSchemaNameandRegistryNamehas to be provided.
SchemaId.Builderavoiding the need to create one manually viaSchemaId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschemaId(SchemaId).- Parameters:
schemaId- a consumer that will call methods onSchemaId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
schemaId(SchemaId)
-
-
schemaDefinition
RegisterSchemaVersionRequest.Builder schemaDefinition(String schemaDefinition)
The schema definition using the
DataFormatsetting for theSchemaName.- Parameters:
schemaDefinition- The schema definition using theDataFormatsetting for theSchemaName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterSchemaVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RegisterSchemaVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-