Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CreateSchemaResult |
AWSGlueClient.createSchema(CreateSchemaRequest request)
Creates a new schema set and registers the schema definition.
|
CreateSchemaResult |
AWSGlue.createSchema(CreateSchemaRequest createSchemaRequest)
Creates a new schema set and registers the schema definition.
|
CreateSchemaResult |
AbstractAWSGlue.createSchema(CreateSchemaRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateSchemaResult> |
AWSGlueAsyncClient.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
Future<CreateSchemaResult> |
AbstractAWSGlueAsync.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
Future<CreateSchemaResult> |
AWSGlueAsync.createSchemaAsync(CreateSchemaRequest createSchemaRequest,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler)
Creates a new schema set and registers the schema definition.
|
Modifier and Type | Method and Description |
---|---|
CreateSchemaResult |
CreateSchemaResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchemaResult |
CreateSchemaResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaResult |
CreateSchemaResult.clone() |
CreateSchemaResult |
CreateSchemaResult.withCompatibility(Compatibility compatibility)
The schema compatibility mode.
|
CreateSchemaResult |
CreateSchemaResult.withCompatibility(String compatibility)
The schema compatibility mode.
|
CreateSchemaResult |
CreateSchemaResult.withDataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
CreateSchemaResult |
CreateSchemaResult.withDataFormat(String dataFormat)
The data format of the schema definition.
|
CreateSchemaResult |
CreateSchemaResult.withDescription(String description)
A description of the schema if specified when created.
|
CreateSchemaResult |
CreateSchemaResult.withLatestSchemaVersion(Long latestSchemaVersion)
The latest version of the schema associated with the returned schema definition.
|
CreateSchemaResult |
CreateSchemaResult.withNextSchemaVersion(Long nextSchemaVersion)
The next version of the schema associated with the returned schema definition.
|
CreateSchemaResult |
CreateSchemaResult.withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
CreateSchemaResult |
CreateSchemaResult.withRegistryName(String registryName)
The name of the registry.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaCheckpoint(Long schemaCheckpoint)
The version number of the checkpoint (the last time the compatibility mode was changed).
|
CreateSchemaResult |
CreateSchemaResult.withSchemaName(String schemaName)
The name of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaStatus(String schemaStatus)
The status of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaVersionId(String schemaVersionId)
The unique identifier of the first schema version.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaVersionStatus(SchemaVersionStatus schemaVersionStatus)
The status of the first schema version created.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaVersionStatus(String schemaVersionStatus)
The status of the first schema version created.
|
CreateSchemaResult |
CreateSchemaResult.withTags(Map<String,String> tags)
The tags for the schema.
|
Copyright © 2021. All rights reserved.