Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
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 |
---|---|
CreateSchemaRequest |
CreateSchemaRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchemaRequest |
CreateSchemaRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaRequest |
CreateSchemaRequest.clone() |
CreateSchemaRequest |
CreateSchemaRequest.withCompatibility(Compatibility compatibility)
The compatibility mode of the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withCompatibility(String compatibility)
The compatibility mode of the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withDataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
CreateSchemaRequest |
CreateSchemaRequest.withDataFormat(String dataFormat)
The data format of the schema definition.
|
CreateSchemaRequest |
CreateSchemaRequest.withDescription(String description)
An optional description of the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withRegistryId(RegistryId registryId)
This is a wrapper shape to contain the registry identity fields.
|
CreateSchemaRequest |
CreateSchemaRequest.withSchemaDefinition(String schemaDefinition)
The schema definition using the
DataFormat setting for SchemaName . |
CreateSchemaRequest |
CreateSchemaRequest.withSchemaName(String schemaName)
Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore,
dollar sign, or hash mark.
|
CreateSchemaRequest |
CreateSchemaRequest.withTags(Map<String,String> tags)
Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.
|
Copyright © 2021. All rights reserved.