public static interface CreateSchemaResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateSchemaResponse.Builder,CreateSchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaResponse.Builder |
compatibility(Compatibility compatibility)
The schema compatibility mode.
|
CreateSchemaResponse.Builder |
compatibility(String compatibility)
The schema compatibility mode.
|
CreateSchemaResponse.Builder |
dataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
CreateSchemaResponse.Builder |
dataFormat(String dataFormat)
The data format of the schema definition.
|
CreateSchemaResponse.Builder |
description(String description)
A description of the schema if specified when created.
|
CreateSchemaResponse.Builder |
latestSchemaVersion(Long latestSchemaVersion)
The latest version of the schema associated with the returned schema definition.
|
CreateSchemaResponse.Builder |
nextSchemaVersion(Long nextSchemaVersion)
The next version of the schema associated with the returned schema definition.
|
CreateSchemaResponse.Builder |
registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
CreateSchemaResponse.Builder |
registryName(String registryName)
The name of the registry.
|
CreateSchemaResponse.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
CreateSchemaResponse.Builder |
schemaCheckpoint(Long schemaCheckpoint)
The version number of the checkpoint (the last time the compatibility mode was changed).
|
CreateSchemaResponse.Builder |
schemaName(String schemaName)
The name of the schema.
|
CreateSchemaResponse.Builder |
schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
CreateSchemaResponse.Builder |
schemaStatus(String schemaStatus)
The status of the schema.
|
CreateSchemaResponse.Builder |
schemaVersionId(String schemaVersionId)
The unique identifier of the first schema version.
|
CreateSchemaResponse.Builder |
schemaVersionStatus(SchemaVersionStatus schemaVersionStatus)
The status of the first schema version created.
|
CreateSchemaResponse.Builder |
schemaVersionStatus(String schemaVersionStatus)
The status of the first schema version created.
|
CreateSchemaResponse.Builder |
tags(Map<String,String> tags)
The tags for the schema.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSchemaResponse.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.CreateSchemaResponse.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
registryArn - The Amazon Resource Name (ARN) of the registry.CreateSchemaResponse.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.CreateSchemaResponse.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn - The Amazon Resource Name (ARN) of the schema.CreateSchemaResponse.Builder description(String description)
A description of the schema if specified when created.
description - A description of the schema if specified when created.CreateSchemaResponse.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,
DataFormatCreateSchemaResponse.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,
DataFormatCreateSchemaResponse.Builder compatibility(String compatibility)
The schema compatibility mode.
compatibility - The schema compatibility mode.Compatibility,
CompatibilityCreateSchemaResponse.Builder compatibility(Compatibility compatibility)
The schema compatibility mode.
compatibility - The schema compatibility mode.Compatibility,
CompatibilityCreateSchemaResponse.Builder schemaCheckpoint(Long schemaCheckpoint)
The version number of the checkpoint (the last time the compatibility mode was changed).
schemaCheckpoint - The version number of the checkpoint (the last time the compatibility mode was changed).CreateSchemaResponse.Builder latestSchemaVersion(Long latestSchemaVersion)
The latest version of the schema associated with the returned schema definition.
latestSchemaVersion - The latest version of the schema associated with the returned schema definition.CreateSchemaResponse.Builder nextSchemaVersion(Long nextSchemaVersion)
The next version of the schema associated with the returned schema definition.
nextSchemaVersion - The next version of the schema associated with the returned schema definition.CreateSchemaResponse.Builder schemaStatus(String schemaStatus)
The status of the schema.
schemaStatus - The status of the schema.SchemaStatus,
SchemaStatusCreateSchemaResponse.Builder schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
schemaStatus - The status of the schema.SchemaStatus,
SchemaStatusCreateSchemaResponse.Builder tags(Map<String,String> tags)
The tags for the schema.
tags - The tags for the schema.CreateSchemaResponse.Builder schemaVersionId(String schemaVersionId)
The unique identifier of the first schema version.
schemaVersionId - The unique identifier of the first schema version.CreateSchemaResponse.Builder schemaVersionStatus(String schemaVersionStatus)
The status of the first schema version created.
schemaVersionStatus - The status of the first schema version created.SchemaVersionStatus,
SchemaVersionStatusCreateSchemaResponse.Builder schemaVersionStatus(SchemaVersionStatus schemaVersionStatus)
The status of the first schema version created.
schemaVersionStatus - The status of the first schema version created.SchemaVersionStatus,
SchemaVersionStatusCopyright © 2023. All rights reserved.