public static interface GetSchemaResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaResponse.Builder,GetSchemaResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSchemaResponse.Builder |
compatibility(Compatibility compatibility)
The compatibility mode of the schema.
|
GetSchemaResponse.Builder |
compatibility(String compatibility)
The compatibility mode of the schema.
|
GetSchemaResponse.Builder |
createdTime(String createdTime)
The date and time the schema was created.
|
GetSchemaResponse.Builder |
dataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
GetSchemaResponse.Builder |
dataFormat(String dataFormat)
The data format of the schema definition.
|
GetSchemaResponse.Builder |
description(String description)
A description of schema if specified when created
|
GetSchemaResponse.Builder |
latestSchemaVersion(Long latestSchemaVersion)
The latest version of the schema associated with the returned schema definition.
|
GetSchemaResponse.Builder |
nextSchemaVersion(Long nextSchemaVersion)
The next version of the schema associated with the returned schema definition.
|
GetSchemaResponse.Builder |
registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
GetSchemaResponse.Builder |
registryName(String registryName)
The name of the registry.
|
GetSchemaResponse.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
GetSchemaResponse.Builder |
schemaCheckpoint(Long schemaCheckpoint)
The version number of the checkpoint (the last time the compatibility mode was changed).
|
GetSchemaResponse.Builder |
schemaName(String schemaName)
The name of the schema.
|
GetSchemaResponse.Builder |
schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
GetSchemaResponse.Builder |
schemaStatus(String schemaStatus)
The status of the schema.
|
GetSchemaResponse.Builder |
updatedTime(String updatedTime)
The date and time the schema was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSchemaResponse.Builder registryName(String registryName)
The name of the registry.
registryName - The name of the registry.GetSchemaResponse.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
registryArn - The Amazon Resource Name (ARN) of the registry.GetSchemaResponse.Builder schemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.GetSchemaResponse.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
schemaArn - The Amazon Resource Name (ARN) of the schema.GetSchemaResponse.Builder description(String description)
A description of schema if specified when created
description - A description of schema if specified when createdGetSchemaResponse.Builder dataFormat(String dataFormat)
The data format of the schema definition. Currently only AVRO is supported.
dataFormat - The data format of the schema definition. Currently only AVRO is supported.DataFormat,
DataFormatGetSchemaResponse.Builder dataFormat(DataFormat dataFormat)
The data format of the schema definition. Currently only AVRO is supported.
dataFormat - The data format of the schema definition. Currently only AVRO is supported.DataFormat,
DataFormatGetSchemaResponse.Builder compatibility(String compatibility)
The compatibility mode of the schema.
compatibility - The compatibility mode of the schema.Compatibility,
CompatibilityGetSchemaResponse.Builder compatibility(Compatibility compatibility)
The compatibility mode of the schema.
compatibility - The compatibility mode of the schema.Compatibility,
CompatibilityGetSchemaResponse.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).GetSchemaResponse.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.GetSchemaResponse.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.GetSchemaResponse.Builder schemaStatus(String schemaStatus)
The status of the schema.
schemaStatus - The status of the schema.SchemaStatus,
SchemaStatusGetSchemaResponse.Builder schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
schemaStatus - The status of the schema.SchemaStatus,
SchemaStatusGetSchemaResponse.Builder createdTime(String createdTime)
The date and time the schema was created.
createdTime - The date and time the schema was created.GetSchemaResponse.Builder updatedTime(String updatedTime)
The date and time the schema was updated.
updatedTime - The date and time the schema was updated.Copyright © 2020. All rights reserved.