@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DmsTransferSettings extends Object implements Serializable, Cloneable, StructuredPojo
The settings in JSON format for the DMS Transfer type source endpoint.
Constructor and Description |
---|
DmsTransferSettings() |
Modifier and Type | Method and Description |
---|---|
DmsTransferSettings |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The name of the S3 bucket to use.
|
String |
getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service access IAM role.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The name of the S3 bucket to use.
|
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.
|
DmsTransferSettings |
withBucketName(String bucketName)
The name of the S3 bucket to use.
|
DmsTransferSettings |
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. The role must allow the
iam:PassRole
action.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the
iam:PassRole
action.public String getServiceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the
iam:PassRole
action.
iam:PassRole
action.public DmsTransferSettings withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the
iam:PassRole
action.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the
iam:PassRole
action.public void setBucketName(String bucketName)
The name of the S3 bucket to use.
bucketName
- The name of the S3 bucket to use.public String getBucketName()
The name of the S3 bucket to use.
public DmsTransferSettings withBucketName(String bucketName)
The name of the S3 bucket to use.
bucketName
- The name of the S3 bucket to use.public String toString()
toString
in class Object
Object.toString()
public DmsTransferSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.