Class DmsTransferSettings
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.DmsTransferSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DmsTransferSettings.Builder,DmsTransferSettings>
@Generated("software.amazon.awssdk:codegen") public final class DmsTransferSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DmsTransferSettings.Builder,DmsTransferSettings>
The settings in JSON format for the DMS Transfer type source endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDmsTransferSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of the S3 bucket to use.static DmsTransferSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DmsTransferSettings.Builder>serializableBuilderClass()StringserviceAccessRoleArn()The Amazon Resource Name (ARN) used by the service access IAM role.DmsTransferSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
serviceAccessRoleArn
public final String serviceAccessRoleArn()
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the
iam:PassRoleaction.- Returns:
- The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the
iam:PassRoleaction.
-
bucketName
public final String bucketName()
The name of the S3 bucket to use.
- Returns:
- The name of the S3 bucket to use.
-
toBuilder
public DmsTransferSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DmsTransferSettings.Builder,DmsTransferSettings>
-
builder
public static DmsTransferSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends DmsTransferSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-