@Generated(value="software.amazon.awssdk:codegen") public final class SchemaConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaConfiguration.Builder,SchemaConfiguration>
Specifies the schema to which you want Kinesis Data Firehose to configure your data before it writes it to Amazon S3.
Modifier and Type | Class and Description |
---|---|
static interface |
SchemaConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static SchemaConfiguration.Builder |
builder() |
String |
catalogId()
The ID of the AWS Glue Data Catalog.
|
String |
databaseName()
Specifies the name of the AWS Glue database that contains the schema for the output data.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
region()
If you don't specify an AWS Region, the default is the current Region.
|
String |
roleARN()
The role that Kinesis Data Firehose can use to access AWS Glue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaConfiguration.Builder> |
serializableBuilderClass() |
String |
tableName()
Specifies the AWS Glue table that contains the column information that constitutes your data schema.
|
SchemaConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
versionId()
Specifies the table version for the output data schema.
|
copy
public String roleARN()
The role that Kinesis Data Firehose can use to access AWS Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.
public String catalogId()
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
public String databaseName()
Specifies the name of the AWS Glue database that contains the schema for the output data.
public String tableName()
Specifies the AWS Glue table that contains the column information that constitutes your data schema.
public String region()
If you don't specify an AWS Region, the default is the current Region.
public String versionId()
Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to
LATEST
, Kinesis Data Firehose uses the most recent version. This means that any updates to the table
are automatically picked up.
LATEST
, Kinesis Data Firehose uses the most recent version. This means that any
updates to the table are automatically picked up.public SchemaConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SchemaConfiguration.Builder,SchemaConfiguration>
public static SchemaConfiguration.Builder builder()
public static Class<? extends SchemaConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.