@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DynamoDbSettings extends Object implements Serializable, Cloneable, StructuredPojo
Provides the Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role used to define an Amazon DynamoDB target endpoint.
| Constructor and Description |
|---|
DynamoDbSettings() |
| Modifier and Type | Method and Description |
|---|---|
DynamoDbSettings |
clone() |
boolean |
equals(Object obj) |
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service access IAM role.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
|
String |
toString()
Returns a string representation of this object.
|
DynamoDbSettings |
withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
|
public void setServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role.public String getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service access IAM role.
public DynamoDbSettings withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role.public String toString()
toString in class ObjectObject.toString()public DynamoDbSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.