@Generated(value="software.amazon.awssdk:codegen") public class DynamodbDataSourceConfig extends Object implements StructuredPojo, ToCopyableBuilder<DynamodbDataSourceConfig.Builder,DynamodbDataSourceConfig>
Describes a DynamoDB data source configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
DynamodbDataSourceConfig.Builder |
Modifier and Type | Method and Description |
---|---|
String |
awsRegion()
The AWS region.
|
static DynamodbDataSourceConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends DynamodbDataSourceConfig.Builder> |
serializableBuilderClass() |
String |
tableName()
The table name.
|
DynamodbDataSourceConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Boolean |
useCallerCredentials()
Set to TRUE to use Amazon Cognito credentials with this data source.
|
copy
public String tableName()
The table name.
public String awsRegion()
The AWS region.
public Boolean useCallerCredentials()
Set to TRUE to use Amazon Cognito credentials with this data source.
public DynamodbDataSourceConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DynamodbDataSourceConfig.Builder,DynamodbDataSourceConfig>
public static DynamodbDataSourceConfig.Builder builder()
public static Class<? extends DynamodbDataSourceConfig.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.