Interface CreateSchemaResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSchemaResponse.Builder,
,CreateSchemaResponse> GlueResponse.Builder
,SdkBuilder<CreateSchemaResponse.Builder,
,CreateSchemaResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateSchemaResponse
-
Method Summary
Modifier and TypeMethodDescriptioncompatibility
(String compatibility) The schema compatibility mode.compatibility
(Compatibility compatibility) The schema compatibility mode.dataFormat
(String dataFormat) The data format of the schema definition.dataFormat
(DataFormat dataFormat) The data format of the schema definition.description
(String description) A description of the schema if specified when created.latestSchemaVersion
(Long latestSchemaVersion) The latest version of the schema associated with the returned schema definition.nextSchemaVersion
(Long nextSchemaVersion) The next version of the schema associated with the returned schema definition.registryArn
(String registryArn) The Amazon Resource Name (ARN) of the registry.registryName
(String registryName) The name of the registry.The Amazon Resource Name (ARN) of the schema.schemaCheckpoint
(Long schemaCheckpoint) The version number of the checkpoint (the last time the compatibility mode was changed).schemaName
(String schemaName) The name of the schema.schemaStatus
(String schemaStatus) The status of the schema.schemaStatus
(SchemaStatus schemaStatus) The status of the schema.schemaVersionId
(String schemaVersionId) The unique identifier of the first schema version.schemaVersionStatus
(String schemaVersionStatus) The status of the first schema version created.schemaVersionStatus
(SchemaVersionStatus schemaVersionStatus) The status of the first schema version created.The tags for the schema.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registryName
The name of the registry.
- Parameters:
registryName
- The name of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryArn
The Amazon Resource Name (ARN) of the registry.
- Parameters:
registryArn
- The Amazon Resource Name (ARN) of the registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaName
The name of the schema.
- Parameters:
schemaName
- The name of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaArn
The Amazon Resource Name (ARN) of the schema.
- Parameters:
schemaArn
- The Amazon Resource Name (ARN) of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the schema if specified when created.
- Parameters:
description
- A description of the schema if specified when created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataFormat
The data format of the schema definition. Currently
AVRO
,JSON
andPROTOBUF
are supported.- Parameters:
dataFormat
- The data format of the schema definition. CurrentlyAVRO
,JSON
andPROTOBUF
are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataFormat
The data format of the schema definition. Currently
AVRO
,JSON
andPROTOBUF
are supported.- Parameters:
dataFormat
- The data format of the schema definition. CurrentlyAVRO
,JSON
andPROTOBUF
are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compatibility
The schema compatibility mode.
- Parameters:
compatibility
- The schema compatibility mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compatibility
The schema compatibility mode.
- Parameters:
compatibility
- The schema compatibility mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaCheckpoint
The version number of the checkpoint (the last time the compatibility mode was changed).
- Parameters:
schemaCheckpoint
- The version number of the checkpoint (the last time the compatibility mode was changed).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestSchemaVersion
The latest version of the schema associated with the returned schema definition.
- Parameters:
latestSchemaVersion
- The latest version of the schema associated with the returned schema definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextSchemaVersion
The next version of the schema associated with the returned schema definition.
- Parameters:
nextSchemaVersion
- The next version of the schema associated with the returned schema definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaStatus
The status of the schema.
- Parameters:
schemaStatus
- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaStatus
The status of the schema.
- Parameters:
schemaStatus
- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags for the schema.
- Parameters:
tags
- The tags for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersionId
The unique identifier of the first schema version.
- Parameters:
schemaVersionId
- The unique identifier of the first schema version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersionStatus
The status of the first schema version created.
- Parameters:
schemaVersionStatus
- The status of the first schema version created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schemaVersionStatus
The status of the first schema version created.
- Parameters:
schemaVersionStatus
- The status of the first schema version created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-