@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbInstanceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of an Amazon RDS DB instance.
Constructor and Description |
---|
AwsRdsDbInstanceDetails() |
Modifier and Type | Method and Description |
---|---|
AwsRdsDbInstanceDetails |
clone() |
boolean |
equals(Object obj) |
Integer |
getAllocatedStorage()
The amount of storage (in gigabytes) to initially allocate for the DB instance.
|
List<AwsRdsDbInstanceAssociatedRole> |
getAssociatedRoles()
The IAM roles associated with the DB instance.
|
Boolean |
getAutoMinorVersionUpgrade()
Indicates whether minor version patches are applied automatically.
|
String |
getAvailabilityZone()
The Availability Zone where the DB instance will be created.
|
Integer |
getBackupRetentionPeriod()
The number of days for which to retain automated backups.
|
String |
getCACertificateIdentifier()
The identifier of the CA certificate for this DB instance.
|
String |
getCharacterSetName()
The name of the character set that this DB instance is associated with.
|
Boolean |
getCopyTagsToSnapshot()
Whether to copy resource tags to snapshots of the DB instance.
|
String |
getDBClusterIdentifier()
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a
member of.
|
String |
getDBInstanceClass()
Contains the name of the compute and memory capacity class of the DB instance.
|
String |
getDBInstanceIdentifier()
Contains a user-supplied database identifier.
|
Integer |
getDbInstancePort()
Specifies the port that the DB instance listens on.
|
String |
getDbInstanceStatus()
The current status of the DB instance.
|
String |
getDbiResourceId()
The Amazon Web Services Region-unique, immutable identifier for the DB instance.
|
String |
getDBName()
The meaning of this parameter differs according to the database engine you use.
|
List<AwsRdsDbParameterGroup> |
getDbParameterGroups()
A list of the DB parameter groups to assign to the DB instance.
|
List<String> |
getDbSecurityGroups()
A list of the DB security groups to assign to the DB instance.
|
AwsRdsDbSubnetGroup |
getDbSubnetGroup()
Information about the subnet group that is associated with the DB instance.
|
Boolean |
getDeletionProtection()
Indicates whether the DB instance has deletion protection enabled.
|
List<AwsRdsDbDomainMembership> |
getDomainMemberships()
The Active Directory domain membership records associated with the DB instance.
|
List<String> |
getEnabledCloudWatchLogsExports()
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
AwsRdsDbInstanceEndpoint |
getEndpoint()
Specifies the connection endpoint.
|
String |
getEngine()
Provides the name of the database engine to use for this DB instance.
|
String |
getEngineVersion()
Indicates the database engine version.
|
String |
getEnhancedMonitoringResourceArn()
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
|
Boolean |
getIAMDatabaseAuthenticationEnabled()
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
|
String |
getInstanceCreateTime()
Indicates when the DB instance was created.
|
Integer |
getIops()
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
|
String |
getKmsKeyId()
If
StorageEncrypted is true, the KMS key identifier for the encrypted DB instance. |
String |
getLatestRestorableTime()
Specifies the latest time to which a database can be restored with point-in-time restore.
|
String |
getLicenseModel()
License model information for this DB instance.
|
AwsRdsDbInstanceEndpoint |
getListenerEndpoint() |
String |
getMasterUsername()
The master user name of the DB instance.
|
Integer |
getMaxAllocatedStorage()
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
|
Integer |
getMonitoringInterval()
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
|
String |
getMonitoringRoleArn()
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
|
Boolean |
getMultiAz()
Whether the DB instance is a multiple Availability Zone deployment.
|
List<AwsRdsDbOptionGroupMembership> |
getOptionGroupMemberships()
The list of option group memberships for this DB instance.
|
AwsRdsDbPendingModifiedValues |
getPendingModifiedValues()
Changes to the DB instance that are currently pending.
|
Boolean |
getPerformanceInsightsEnabled()
Indicates whether Performance Insights is enabled for the DB instance.
|
String |
getPerformanceInsightsKmsKeyId()
The identifier of the KMS key used to encrypt the Performance Insights data.
|
Integer |
getPerformanceInsightsRetentionPeriod()
The number of days to retain Performance Insights data.
|
String |
getPreferredBackupWindow()
The range of time each day when automated backups are created, if automated backups are enabled.
|
String |
getPreferredMaintenanceWindow()
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
List<AwsRdsDbProcessorFeature> |
getProcessorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
Integer |
getPromotionTier()
The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary
instance.
|
Boolean |
getPubliclyAccessible()
Specifies the accessibility options for the DB instance.
|
List<String> |
getReadReplicaDBClusterIdentifiers()
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
List<String> |
getReadReplicaDBInstanceIdentifiers()
List of identifiers of the read replicas associated with this DB instance.
|
String |
getReadReplicaSourceDBInstanceIdentifier()
If this DB instance is a read replica, contains the identifier of the source DB instance.
|
String |
getSecondaryAvailabilityZone()
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
|
List<AwsRdsDbStatusInfo> |
getStatusInfos()
The status of a read replica.
|
Boolean |
getStorageEncrypted()
Specifies whether the DB instance is encrypted.
|
String |
getStorageType()
The storage type for the DB instance.
|
String |
getTdeCredentialArn()
The ARN from the key store with which the instance is associated for TDE encryption.
|
String |
getTimezone()
The time zone of the DB instance.
|
List<AwsRdsDbInstanceVpcSecurityGroup> |
getVpcSecurityGroups()
A list of VPC security groups that the DB instance belongs to.
|
int |
hashCode() |
Boolean |
isAutoMinorVersionUpgrade()
Indicates whether minor version patches are applied automatically.
|
Boolean |
isCopyTagsToSnapshot()
Whether to copy resource tags to snapshots of the DB instance.
|
Boolean |
isDeletionProtection()
Indicates whether the DB instance has deletion protection enabled.
|
Boolean |
isIAMDatabaseAuthenticationEnabled()
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
|
Boolean |
isMultiAz()
Whether the DB instance is a multiple Availability Zone deployment.
|
Boolean |
isPerformanceInsightsEnabled()
Indicates whether Performance Insights is enabled for the DB instance.
|
Boolean |
isPubliclyAccessible()
Specifies the accessibility options for the DB instance.
|
Boolean |
isStorageEncrypted()
Specifies whether the DB instance is encrypted.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to initially allocate for the DB instance.
|
void |
setAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The IAM roles associated with the DB instance.
|
void |
setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates whether minor version patches are applied automatically.
|
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone where the DB instance will be created.
|
void |
setBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which to retain automated backups.
|
void |
setCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for this DB instance.
|
void |
setCharacterSetName(String characterSetName)
The name of the character set that this DB instance is associated with.
|
void |
setCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether to copy resource tags to snapshots of the DB instance.
|
void |
setDBClusterIdentifier(String dBClusterIdentifier)
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a
member of.
|
void |
setDBInstanceClass(String dBInstanceClass)
Contains the name of the compute and memory capacity class of the DB instance.
|
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains a user-supplied database identifier.
|
void |
setDbInstancePort(Integer dbInstancePort)
Specifies the port that the DB instance listens on.
|
void |
setDbInstanceStatus(String dbInstanceStatus)
The current status of the DB instance.
|
void |
setDbiResourceId(String dbiResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB instance.
|
void |
setDBName(String dBName)
The meaning of this parameter differs according to the database engine you use.
|
void |
setDbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
void |
setDbSecurityGroups(Collection<String> dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
|
void |
setDbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
|
void |
setDeletionProtection(Boolean deletionProtection)
Indicates whether the DB instance has deletion protection enabled.
|
void |
setDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
void |
setEnabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
void |
setEndpoint(AwsRdsDbInstanceEndpoint endpoint)
Specifies the connection endpoint.
|
void |
setEngine(String engine)
Provides the name of the database engine to use for this DB instance.
|
void |
setEngineVersion(String engineVersion)
Indicates the database engine version.
|
void |
setEnhancedMonitoringResourceArn(String enhancedMonitoringResourceArn)
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
|
void |
setIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
|
void |
setInstanceCreateTime(String instanceCreateTime)
Indicates when the DB instance was created.
|
void |
setIops(Integer iops)
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
|
void |
setKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the encrypted DB instance. |
void |
setLatestRestorableTime(String latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
|
void |
setLicenseModel(String licenseModel)
License model information for this DB instance.
|
void |
setListenerEndpoint(AwsRdsDbInstanceEndpoint listenerEndpoint) |
void |
setMasterUsername(String masterUsername)
The master user name of the DB instance.
|
void |
setMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
|
void |
setMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
|
void |
setMonitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
|
void |
setMultiAz(Boolean multiAz)
Whether the DB instance is a multiple Availability Zone deployment.
|
void |
setOptionGroupMemberships(Collection<AwsRdsDbOptionGroupMembership> optionGroupMemberships)
The list of option group memberships for this DB instance.
|
void |
setPendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues)
Changes to the DB instance that are currently pending.
|
void |
setPerformanceInsightsEnabled(Boolean performanceInsightsEnabled)
Indicates whether Performance Insights is enabled for the DB instance.
|
void |
setPerformanceInsightsKmsKeyId(String performanceInsightsKmsKeyId)
The identifier of the KMS key used to encrypt the Performance Insights data.
|
void |
setPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
|
void |
setPreferredBackupWindow(String preferredBackupWindow)
The range of time each day when automated backups are created, if automated backups are enabled.
|
void |
setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
void |
setProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
void |
setPromotionTier(Integer promotionTier)
The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary
instance.
|
void |
setPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the DB instance.
|
void |
setReadReplicaDBClusterIdentifiers(Collection<String> readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
void |
setReadReplicaDBInstanceIdentifiers(Collection<String> readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
|
void |
setReadReplicaSourceDBInstanceIdentifier(String readReplicaSourceDBInstanceIdentifier)
If this DB instance is a read replica, contains the identifier of the source DB instance.
|
void |
setSecondaryAvailabilityZone(String secondaryAvailabilityZone)
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
|
void |
setStatusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)
The status of a read replica.
|
void |
setStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB instance is encrypted.
|
void |
setStorageType(String storageType)
The storage type for the DB instance.
|
void |
setTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the instance is associated for TDE encryption.
|
void |
setTimezone(String timezone)
The time zone of the DB instance.
|
void |
setVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbInstanceDetails |
withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to initially allocate for the DB instance.
|
AwsRdsDbInstanceDetails |
withAssociatedRoles(AwsRdsDbInstanceAssociatedRole... associatedRoles)
The IAM roles associated with the DB instance.
|
AwsRdsDbInstanceDetails |
withAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The IAM roles associated with the DB instance.
|
AwsRdsDbInstanceDetails |
withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates whether minor version patches are applied automatically.
|
AwsRdsDbInstanceDetails |
withAvailabilityZone(String availabilityZone)
The Availability Zone where the DB instance will be created.
|
AwsRdsDbInstanceDetails |
withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which to retain automated backups.
|
AwsRdsDbInstanceDetails |
withCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for this DB instance.
|
AwsRdsDbInstanceDetails |
withCharacterSetName(String characterSetName)
The name of the character set that this DB instance is associated with.
|
AwsRdsDbInstanceDetails |
withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether to copy resource tags to snapshots of the DB instance.
|
AwsRdsDbInstanceDetails |
withDBClusterIdentifier(String dBClusterIdentifier)
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a
member of.
|
AwsRdsDbInstanceDetails |
withDBInstanceClass(String dBInstanceClass)
Contains the name of the compute and memory capacity class of the DB instance.
|
AwsRdsDbInstanceDetails |
withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains a user-supplied database identifier.
|
AwsRdsDbInstanceDetails |
withDbInstancePort(Integer dbInstancePort)
Specifies the port that the DB instance listens on.
|
AwsRdsDbInstanceDetails |
withDbInstanceStatus(String dbInstanceStatus)
The current status of the DB instance.
|
AwsRdsDbInstanceDetails |
withDbiResourceId(String dbiResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB instance.
|
AwsRdsDbInstanceDetails |
withDBName(String dBName)
The meaning of this parameter differs according to the database engine you use.
|
AwsRdsDbInstanceDetails |
withDbParameterGroups(AwsRdsDbParameterGroup... dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
withDbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
withDbSecurityGroups(Collection<String> dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
withDbSecurityGroups(String... dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
|
AwsRdsDbInstanceDetails |
withDbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
|
AwsRdsDbInstanceDetails |
withDeletionProtection(Boolean deletionProtection)
Indicates whether the DB instance has deletion protection enabled.
|
AwsRdsDbInstanceDetails |
withDomainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbInstanceDetails |
withDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbInstanceDetails |
withEnabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
AwsRdsDbInstanceDetails |
withEnabledCloudWatchLogsExports(String... enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
|
AwsRdsDbInstanceDetails |
withEndpoint(AwsRdsDbInstanceEndpoint endpoint)
Specifies the connection endpoint.
|
AwsRdsDbInstanceDetails |
withEngine(String engine)
Provides the name of the database engine to use for this DB instance.
|
AwsRdsDbInstanceDetails |
withEngineVersion(String engineVersion)
Indicates the database engine version.
|
AwsRdsDbInstanceDetails |
withEnhancedMonitoringResourceArn(String enhancedMonitoringResourceArn)
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
|
AwsRdsDbInstanceDetails |
withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
|
AwsRdsDbInstanceDetails |
withInstanceCreateTime(String instanceCreateTime)
Indicates when the DB instance was created.
|
AwsRdsDbInstanceDetails |
withIops(Integer iops)
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
|
AwsRdsDbInstanceDetails |
withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the encrypted DB instance. |
AwsRdsDbInstanceDetails |
withLatestRestorableTime(String latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
|
AwsRdsDbInstanceDetails |
withLicenseModel(String licenseModel)
License model information for this DB instance.
|
AwsRdsDbInstanceDetails |
withListenerEndpoint(AwsRdsDbInstanceEndpoint listenerEndpoint) |
AwsRdsDbInstanceDetails |
withMasterUsername(String masterUsername)
The master user name of the DB instance.
|
AwsRdsDbInstanceDetails |
withMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
|
AwsRdsDbInstanceDetails |
withMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
|
AwsRdsDbInstanceDetails |
withMonitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
|
AwsRdsDbInstanceDetails |
withMultiAz(Boolean multiAz)
Whether the DB instance is a multiple Availability Zone deployment.
|
AwsRdsDbInstanceDetails |
withOptionGroupMemberships(AwsRdsDbOptionGroupMembership... optionGroupMemberships)
The list of option group memberships for this DB instance.
|
AwsRdsDbInstanceDetails |
withOptionGroupMemberships(Collection<AwsRdsDbOptionGroupMembership> optionGroupMemberships)
The list of option group memberships for this DB instance.
|
AwsRdsDbInstanceDetails |
withPendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues)
Changes to the DB instance that are currently pending.
|
AwsRdsDbInstanceDetails |
withPerformanceInsightsEnabled(Boolean performanceInsightsEnabled)
Indicates whether Performance Insights is enabled for the DB instance.
|
AwsRdsDbInstanceDetails |
withPerformanceInsightsKmsKeyId(String performanceInsightsKmsKeyId)
The identifier of the KMS key used to encrypt the Performance Insights data.
|
AwsRdsDbInstanceDetails |
withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
|
AwsRdsDbInstanceDetails |
withPreferredBackupWindow(String preferredBackupWindow)
The range of time each day when automated backups are created, if automated backups are enabled.
|
AwsRdsDbInstanceDetails |
withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
AwsRdsDbInstanceDetails |
withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails |
withProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails |
withPromotionTier(Integer promotionTier)
The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary
instance.
|
AwsRdsDbInstanceDetails |
withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the DB instance.
|
AwsRdsDbInstanceDetails |
withReadReplicaDBClusterIdentifiers(Collection<String> readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
AwsRdsDbInstanceDetails |
withReadReplicaDBClusterIdentifiers(String... readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
|
AwsRdsDbInstanceDetails |
withReadReplicaDBInstanceIdentifiers(Collection<String> readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
|
AwsRdsDbInstanceDetails |
withReadReplicaDBInstanceIdentifiers(String... readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
|
AwsRdsDbInstanceDetails |
withReadReplicaSourceDBInstanceIdentifier(String readReplicaSourceDBInstanceIdentifier)
If this DB instance is a read replica, contains the identifier of the source DB instance.
|
AwsRdsDbInstanceDetails |
withSecondaryAvailabilityZone(String secondaryAvailabilityZone)
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
|
AwsRdsDbInstanceDetails |
withStatusInfos(AwsRdsDbStatusInfo... statusInfos)
The status of a read replica.
|
AwsRdsDbInstanceDetails |
withStatusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)
The status of a read replica.
|
AwsRdsDbInstanceDetails |
withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB instance is encrypted.
|
AwsRdsDbInstanceDetails |
withStorageType(String storageType)
The storage type for the DB instance.
|
AwsRdsDbInstanceDetails |
withTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the instance is associated for TDE encryption.
|
AwsRdsDbInstanceDetails |
withTimezone(String timezone)
The time zone of the DB instance.
|
AwsRdsDbInstanceDetails |
withVpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
AwsRdsDbInstanceDetails |
withVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
|
public List<AwsRdsDbInstanceAssociatedRole> getAssociatedRoles()
The IAM roles associated with the DB instance.
public void setAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The IAM roles associated with the DB instance.
associatedRoles
- The IAM roles associated with the DB instance.public AwsRdsDbInstanceDetails withAssociatedRoles(AwsRdsDbInstanceAssociatedRole... associatedRoles)
The IAM roles associated with the DB instance.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedRoles(java.util.Collection)
or withAssociatedRoles(java.util.Collection)
if you
want to override the existing values.
associatedRoles
- The IAM roles associated with the DB instance.public AwsRdsDbInstanceDetails withAssociatedRoles(Collection<AwsRdsDbInstanceAssociatedRole> associatedRoles)
The IAM roles associated with the DB instance.
associatedRoles
- The IAM roles associated with the DB instance.public void setCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for this DB instance.
cACertificateIdentifier
- The identifier of the CA certificate for this DB instance.public String getCACertificateIdentifier()
The identifier of the CA certificate for this DB instance.
public AwsRdsDbInstanceDetails withCACertificateIdentifier(String cACertificateIdentifier)
The identifier of the CA certificate for this DB instance.
cACertificateIdentifier
- The identifier of the CA certificate for this DB instance.public void setDBClusterIdentifier(String dBClusterIdentifier)
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
dBClusterIdentifier
- If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance
is a member of.public String getDBClusterIdentifier()
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
public AwsRdsDbInstanceDetails withDBClusterIdentifier(String dBClusterIdentifier)
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
dBClusterIdentifier
- If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance
is a member of.public void setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.
dBInstanceIdentifier
- Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB
instance.public String getDBInstanceIdentifier()
Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.
public AwsRdsDbInstanceDetails withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance.
dBInstanceIdentifier
- Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB
instance.public void setDBInstanceClass(String dBInstanceClass)
Contains the name of the compute and memory capacity class of the DB instance.
dBInstanceClass
- Contains the name of the compute and memory capacity class of the DB instance.public String getDBInstanceClass()
Contains the name of the compute and memory capacity class of the DB instance.
public AwsRdsDbInstanceDetails withDBInstanceClass(String dBInstanceClass)
Contains the name of the compute and memory capacity class of the DB instance.
dBInstanceClass
- Contains the name of the compute and memory capacity class of the DB instance.public void setDbInstancePort(Integer dbInstancePort)
Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.
dbInstancePort
- Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can
be a different port than the DB cluster port.public Integer getDbInstancePort()
Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.
public AwsRdsDbInstanceDetails withDbInstancePort(Integer dbInstancePort)
Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can be a different port than the DB cluster port.
dbInstancePort
- Specifies the port that the DB instance listens on. If the DB instance is part of a DB cluster, this can
be a different port than the DB cluster port.public void setDbiResourceId(String dbiResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed.
dbiResourceId
- The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found
in CloudTrail log entries whenever the KMS key for the DB instance is accessed.public String getDbiResourceId()
The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed.
public AwsRdsDbInstanceDetails withDbiResourceId(String dbiResourceId)
The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found in CloudTrail log entries whenever the KMS key for the DB instance is accessed.
dbiResourceId
- The Amazon Web Services Region-unique, immutable identifier for the DB instance. This identifier is found
in CloudTrail log entries whenever the KMS key for the DB instance is accessed.public void setDBName(String dBName)
The meaning of this parameter differs according to the database engine you use.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.
dBName
- The meaning of this parameter differs according to the database engine you use.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.
public String getDBName()
The meaning of this parameter differs according to the database engine you use.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.
public AwsRdsDbInstanceDetails withDBName(String dBName)
The meaning of this parameter differs according to the database engine you use.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.
dBName
- The meaning of this parameter differs according to the database engine you use.
MySQL, MariaDB, SQL Server, PostgreSQL
Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.
Oracle
Contains the Oracle System ID (SID) of the created DB instance. Not shown when the returned parameters do not apply to an Oracle DB instance.
public void setDeletionProtection(Boolean deletionProtection)
Indicates whether the DB instance has deletion protection enabled.
When deletion protection is enabled, the database cannot be deleted.
deletionProtection
- Indicates whether the DB instance has deletion protection enabled.
When deletion protection is enabled, the database cannot be deleted.
public Boolean getDeletionProtection()
Indicates whether the DB instance has deletion protection enabled.
When deletion protection is enabled, the database cannot be deleted.
When deletion protection is enabled, the database cannot be deleted.
public AwsRdsDbInstanceDetails withDeletionProtection(Boolean deletionProtection)
Indicates whether the DB instance has deletion protection enabled.
When deletion protection is enabled, the database cannot be deleted.
deletionProtection
- Indicates whether the DB instance has deletion protection enabled.
When deletion protection is enabled, the database cannot be deleted.
public Boolean isDeletionProtection()
Indicates whether the DB instance has deletion protection enabled.
When deletion protection is enabled, the database cannot be deleted.
When deletion protection is enabled, the database cannot be deleted.
public void setEndpoint(AwsRdsDbInstanceEndpoint endpoint)
Specifies the connection endpoint.
endpoint
- Specifies the connection endpoint.public AwsRdsDbInstanceEndpoint getEndpoint()
Specifies the connection endpoint.
public AwsRdsDbInstanceDetails withEndpoint(AwsRdsDbInstanceEndpoint endpoint)
Specifies the connection endpoint.
endpoint
- Specifies the connection endpoint.public void setEngine(String engine)
Provides the name of the database engine to use for this DB instance.
engine
- Provides the name of the database engine to use for this DB instance.public String getEngine()
Provides the name of the database engine to use for this DB instance.
public AwsRdsDbInstanceDetails withEngine(String engine)
Provides the name of the database engine to use for this DB instance.
engine
- Provides the name of the database engine to use for this DB instance.public void setEngineVersion(String engineVersion)
Indicates the database engine version.
engineVersion
- Indicates the database engine version.public String getEngineVersion()
Indicates the database engine version.
public AwsRdsDbInstanceDetails withEngineVersion(String engineVersion)
Indicates the database engine version.
engineVersion
- Indicates the database engine version.public void setIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
iAMDatabaseAuthenticationEnabled
- True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
public Boolean getIAMDatabaseAuthenticationEnabled()
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
public AwsRdsDbInstanceDetails withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
iAMDatabaseAuthenticationEnabled
- True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
public Boolean isIAMDatabaseAuthenticationEnabled()
True if mapping of IAM accounts to database accounts is enabled, and otherwise false.
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
IAM database authentication can be enabled for the following database engines.
For MySQL 5.6, minor version 5.6.34 or higher
For MySQL 5.7, minor version 5.7.16 or higher
Aurora 5.6 or higher
public void setInstanceCreateTime(String instanceCreateTime)
Indicates when the DB instance was created.
Uses the date-time
format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T
. For example, 2020-03-22T13:22:13.933Z
.
instanceCreateTime
- Indicates when the DB instance was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T
. For
example, 2020-03-22T13:22:13.933Z
.
public String getInstanceCreateTime()
Indicates when the DB instance was created.
Uses the date-time
format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T
. For example, 2020-03-22T13:22:13.933Z
.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T
. For
example, 2020-03-22T13:22:13.933Z
.
public AwsRdsDbInstanceDetails withInstanceCreateTime(String instanceCreateTime)
Indicates when the DB instance was created.
Uses the date-time
format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T
. For example, 2020-03-22T13:22:13.933Z
.
instanceCreateTime
- Indicates when the DB instance was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T
. For
example, 2020-03-22T13:22:13.933Z
.
public void setKmsKeyId(String kmsKeyId)
If StorageEncrypted
is true, the KMS key identifier for the encrypted DB instance.
kmsKeyId
- If StorageEncrypted
is true, the KMS key identifier for the encrypted DB instance.public String getKmsKeyId()
If StorageEncrypted
is true, the KMS key identifier for the encrypted DB instance.
StorageEncrypted
is true, the KMS key identifier for the encrypted DB instance.public AwsRdsDbInstanceDetails withKmsKeyId(String kmsKeyId)
If StorageEncrypted
is true, the KMS key identifier for the encrypted DB instance.
kmsKeyId
- If StorageEncrypted
is true, the KMS key identifier for the encrypted DB instance.public void setPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the DB instance.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
publiclyAccessible
- Specifies the accessibility options for the DB instance.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
public Boolean getPubliclyAccessible()
Specifies the accessibility options for the DB instance.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
public AwsRdsDbInstanceDetails withPubliclyAccessible(Boolean publiclyAccessible)
Specifies the accessibility options for the DB instance.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
publiclyAccessible
- Specifies the accessibility options for the DB instance.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
public Boolean isPubliclyAccessible()
Specifies the accessibility options for the DB instance.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
A value of true specifies an Internet-facing instance with a publicly resolvable DNS name, which resolves to a public IP address.
A value of false specifies an internal instance with a DNS name that resolves to a private IP address.
public void setStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB instance is encrypted.
storageEncrypted
- Specifies whether the DB instance is encrypted.public Boolean getStorageEncrypted()
Specifies whether the DB instance is encrypted.
public AwsRdsDbInstanceDetails withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB instance is encrypted.
storageEncrypted
- Specifies whether the DB instance is encrypted.public Boolean isStorageEncrypted()
Specifies whether the DB instance is encrypted.
public void setTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the instance is associated for TDE encryption.
tdeCredentialArn
- The ARN from the key store with which the instance is associated for TDE encryption.public String getTdeCredentialArn()
The ARN from the key store with which the instance is associated for TDE encryption.
public AwsRdsDbInstanceDetails withTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which the instance is associated for TDE encryption.
tdeCredentialArn
- The ARN from the key store with which the instance is associated for TDE encryption.public List<AwsRdsDbInstanceVpcSecurityGroup> getVpcSecurityGroups()
A list of VPC security groups that the DB instance belongs to.
public void setVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
vpcSecurityGroups
- A list of VPC security groups that the DB instance belongs to.public AwsRdsDbInstanceDetails withVpcSecurityGroups(AwsRdsDbInstanceVpcSecurityGroup... vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
NOTE: This method appends the values to the existing list (if any). Use
setVpcSecurityGroups(java.util.Collection)
or withVpcSecurityGroups(java.util.Collection)
if
you want to override the existing values.
vpcSecurityGroups
- A list of VPC security groups that the DB instance belongs to.public AwsRdsDbInstanceDetails withVpcSecurityGroups(Collection<AwsRdsDbInstanceVpcSecurityGroup> vpcSecurityGroups)
A list of VPC security groups that the DB instance belongs to.
vpcSecurityGroups
- A list of VPC security groups that the DB instance belongs to.public void setMultiAz(Boolean multiAz)
Whether the DB instance is a multiple Availability Zone deployment.
multiAz
- Whether the DB instance is a multiple Availability Zone deployment.public Boolean getMultiAz()
Whether the DB instance is a multiple Availability Zone deployment.
public AwsRdsDbInstanceDetails withMultiAz(Boolean multiAz)
Whether the DB instance is a multiple Availability Zone deployment.
multiAz
- Whether the DB instance is a multiple Availability Zone deployment.public Boolean isMultiAz()
Whether the DB instance is a multiple Availability Zone deployment.
public void setEnhancedMonitoringResourceArn(String enhancedMonitoringResourceArn)
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
enhancedMonitoringResourceArn
- The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB
instance.public String getEnhancedMonitoringResourceArn()
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
public AwsRdsDbInstanceDetails withEnhancedMonitoringResourceArn(String enhancedMonitoringResourceArn)
The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB instance.
enhancedMonitoringResourceArn
- The ARN of the CloudWatch Logs log stream that receives the enhanced monitoring metrics data for the DB
instance.public void setDbInstanceStatus(String dbInstanceStatus)
The current status of the DB instance.
dbInstanceStatus
- The current status of the DB instance.public String getDbInstanceStatus()
The current status of the DB instance.
public AwsRdsDbInstanceDetails withDbInstanceStatus(String dbInstanceStatus)
The current status of the DB instance.
dbInstanceStatus
- The current status of the DB instance.public void setMasterUsername(String masterUsername)
The master user name of the DB instance.
masterUsername
- The master user name of the DB instance.public String getMasterUsername()
The master user name of the DB instance.
public AwsRdsDbInstanceDetails withMasterUsername(String masterUsername)
The master user name of the DB instance.
masterUsername
- The master user name of the DB instance.public void setAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to initially allocate for the DB instance.
allocatedStorage
- The amount of storage (in gigabytes) to initially allocate for the DB instance.public Integer getAllocatedStorage()
The amount of storage (in gigabytes) to initially allocate for the DB instance.
public AwsRdsDbInstanceDetails withAllocatedStorage(Integer allocatedStorage)
The amount of storage (in gigabytes) to initially allocate for the DB instance.
allocatedStorage
- The amount of storage (in gigabytes) to initially allocate for the DB instance.public void setPreferredBackupWindow(String preferredBackupWindow)
The range of time each day when automated backups are created, if automated backups are enabled.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
preferredBackupWindow
- The range of time each day when automated backups are created, if automated backups are enabled.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
public String getPreferredBackupWindow()
The range of time each day when automated backups are created, if automated backups are enabled.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
public AwsRdsDbInstanceDetails withPreferredBackupWindow(String preferredBackupWindow)
The range of time each day when automated backups are created, if automated backups are enabled.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
preferredBackupWindow
- The range of time each day when automated backups are created, if automated backups are enabled.
Uses the format HH:MM-HH:MM
. For example, 04:52-05:22
.
public void setBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which to retain automated backups.
backupRetentionPeriod
- The number of days for which to retain automated backups.public Integer getBackupRetentionPeriod()
The number of days for which to retain automated backups.
public AwsRdsDbInstanceDetails withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which to retain automated backups.
backupRetentionPeriod
- The number of days for which to retain automated backups.public List<String> getDbSecurityGroups()
A list of the DB security groups to assign to the DB instance.
public void setDbSecurityGroups(Collection<String> dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
dbSecurityGroups
- A list of the DB security groups to assign to the DB instance.public AwsRdsDbInstanceDetails withDbSecurityGroups(String... dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
NOTE: This method appends the values to the existing list (if any). Use
setDbSecurityGroups(java.util.Collection)
or withDbSecurityGroups(java.util.Collection)
if you
want to override the existing values.
dbSecurityGroups
- A list of the DB security groups to assign to the DB instance.public AwsRdsDbInstanceDetails withDbSecurityGroups(Collection<String> dbSecurityGroups)
A list of the DB security groups to assign to the DB instance.
dbSecurityGroups
- A list of the DB security groups to assign to the DB instance.public List<AwsRdsDbParameterGroup> getDbParameterGroups()
A list of the DB parameter groups to assign to the DB instance.
public void setDbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
dbParameterGroups
- A list of the DB parameter groups to assign to the DB instance.public AwsRdsDbInstanceDetails withDbParameterGroups(AwsRdsDbParameterGroup... dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
NOTE: This method appends the values to the existing list (if any). Use
setDbParameterGroups(java.util.Collection)
or withDbParameterGroups(java.util.Collection)
if
you want to override the existing values.
dbParameterGroups
- A list of the DB parameter groups to assign to the DB instance.public AwsRdsDbInstanceDetails withDbParameterGroups(Collection<AwsRdsDbParameterGroup> dbParameterGroups)
A list of the DB parameter groups to assign to the DB instance.
dbParameterGroups
- A list of the DB parameter groups to assign to the DB instance.public void setAvailabilityZone(String availabilityZone)
The Availability Zone where the DB instance will be created.
availabilityZone
- The Availability Zone where the DB instance will be created.public String getAvailabilityZone()
The Availability Zone where the DB instance will be created.
public AwsRdsDbInstanceDetails withAvailabilityZone(String availabilityZone)
The Availability Zone where the DB instance will be created.
availabilityZone
- The Availability Zone where the DB instance will be created.public void setDbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
dbSubnetGroup
- Information about the subnet group that is associated with the DB instance.public AwsRdsDbSubnetGroup getDbSubnetGroup()
Information about the subnet group that is associated with the DB instance.
public AwsRdsDbInstanceDetails withDbSubnetGroup(AwsRdsDbSubnetGroup dbSubnetGroup)
Information about the subnet group that is associated with the DB instance.
dbSubnetGroup
- Information about the subnet group that is associated with the DB instance.public void setPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Uses the format <day>:HH:MM-<day>:HH:MM
.
For the day values, use mon
|tue
|wed
|thu
|fri
|
sat
|sun
.
For example, sun:09:32-sun:10:02
.
preferredMaintenanceWindow
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Uses the format <day>:HH:MM-<day>:HH:MM
.
For the day values, use mon
|tue
|wed
|thu
|
fri
|sat
|sun
.
For example, sun:09:32-sun:10:02
.
public String getPreferredMaintenanceWindow()
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Uses the format <day>:HH:MM-<day>:HH:MM
.
For the day values, use mon
|tue
|wed
|thu
|fri
|
sat
|sun
.
For example, sun:09:32-sun:10:02
.
Uses the format <day>:HH:MM-<day>:HH:MM
.
For the day values, use mon
|tue
|wed
|thu
|
fri
|sat
|sun
.
For example, sun:09:32-sun:10:02
.
public AwsRdsDbInstanceDetails withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Uses the format <day>:HH:MM-<day>:HH:MM
.
For the day values, use mon
|tue
|wed
|thu
|fri
|
sat
|sun
.
For example, sun:09:32-sun:10:02
.
preferredMaintenanceWindow
- The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
Uses the format <day>:HH:MM-<day>:HH:MM
.
For the day values, use mon
|tue
|wed
|thu
|
fri
|sat
|sun
.
For example, sun:09:32-sun:10:02
.
public void setPendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues)
Changes to the DB instance that are currently pending.
pendingModifiedValues
- Changes to the DB instance that are currently pending.public AwsRdsDbPendingModifiedValues getPendingModifiedValues()
Changes to the DB instance that are currently pending.
public AwsRdsDbInstanceDetails withPendingModifiedValues(AwsRdsDbPendingModifiedValues pendingModifiedValues)
Changes to the DB instance that are currently pending.
pendingModifiedValues
- Changes to the DB instance that are currently pending.public void setLatestRestorableTime(String latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
Uses the date-time
format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T
. For example, 2020-03-22T13:22:13.933Z
.
latestRestorableTime
- Specifies the latest time to which a database can be restored with point-in-time restore.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T
. For
example, 2020-03-22T13:22:13.933Z
.
public String getLatestRestorableTime()
Specifies the latest time to which a database can be restored with point-in-time restore.
Uses the date-time
format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T
. For example, 2020-03-22T13:22:13.933Z
.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T
. For
example, 2020-03-22T13:22:13.933Z
.
public AwsRdsDbInstanceDetails withLatestRestorableTime(String latestRestorableTime)
Specifies the latest time to which a database can be restored with point-in-time restore.
Uses the date-time
format specified in RFC
3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be
separated by T
. For example, 2020-03-22T13:22:13.933Z
.
latestRestorableTime
- Specifies the latest time to which a database can be restored with point-in-time restore.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T
. For
example, 2020-03-22T13:22:13.933Z
.
public void setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates whether minor version patches are applied automatically.
autoMinorVersionUpgrade
- Indicates whether minor version patches are applied automatically.public Boolean getAutoMinorVersionUpgrade()
Indicates whether minor version patches are applied automatically.
public AwsRdsDbInstanceDetails withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates whether minor version patches are applied automatically.
autoMinorVersionUpgrade
- Indicates whether minor version patches are applied automatically.public Boolean isAutoMinorVersionUpgrade()
Indicates whether minor version patches are applied automatically.
public void setReadReplicaSourceDBInstanceIdentifier(String readReplicaSourceDBInstanceIdentifier)
If this DB instance is a read replica, contains the identifier of the source DB instance.
readReplicaSourceDBInstanceIdentifier
- If this DB instance is a read replica, contains the identifier of the source DB instance.public String getReadReplicaSourceDBInstanceIdentifier()
If this DB instance is a read replica, contains the identifier of the source DB instance.
public AwsRdsDbInstanceDetails withReadReplicaSourceDBInstanceIdentifier(String readReplicaSourceDBInstanceIdentifier)
If this DB instance is a read replica, contains the identifier of the source DB instance.
readReplicaSourceDBInstanceIdentifier
- If this DB instance is a read replica, contains the identifier of the source DB instance.public List<String> getReadReplicaDBInstanceIdentifiers()
List of identifiers of the read replicas associated with this DB instance.
public void setReadReplicaDBInstanceIdentifiers(Collection<String> readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
readReplicaDBInstanceIdentifiers
- List of identifiers of the read replicas associated with this DB instance.public AwsRdsDbInstanceDetails withReadReplicaDBInstanceIdentifiers(String... readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
NOTE: This method appends the values to the existing list (if any). Use
setReadReplicaDBInstanceIdentifiers(java.util.Collection)
or
withReadReplicaDBInstanceIdentifiers(java.util.Collection)
if you want to override the existing values.
readReplicaDBInstanceIdentifiers
- List of identifiers of the read replicas associated with this DB instance.public AwsRdsDbInstanceDetails withReadReplicaDBInstanceIdentifiers(Collection<String> readReplicaDBInstanceIdentifiers)
List of identifiers of the read replicas associated with this DB instance.
readReplicaDBInstanceIdentifiers
- List of identifiers of the read replicas associated with this DB instance.public List<String> getReadReplicaDBClusterIdentifiers()
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
public void setReadReplicaDBClusterIdentifiers(Collection<String> readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
readReplicaDBClusterIdentifiers
- List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.public AwsRdsDbInstanceDetails withReadReplicaDBClusterIdentifiers(String... readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
NOTE: This method appends the values to the existing list (if any). Use
setReadReplicaDBClusterIdentifiers(java.util.Collection)
or
withReadReplicaDBClusterIdentifiers(java.util.Collection)
if you want to override the existing values.
readReplicaDBClusterIdentifiers
- List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.public AwsRdsDbInstanceDetails withReadReplicaDBClusterIdentifiers(Collection<String> readReplicaDBClusterIdentifiers)
List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
readReplicaDBClusterIdentifiers
- List of identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.public void setLicenseModel(String licenseModel)
License model information for this DB instance.
licenseModel
- License model information for this DB instance.public String getLicenseModel()
License model information for this DB instance.
public AwsRdsDbInstanceDetails withLicenseModel(String licenseModel)
License model information for this DB instance.
licenseModel
- License model information for this DB instance.public void setIops(Integer iops)
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
iops
- Specifies the provisioned IOPS (I/O operations per second) for this DB instance.public Integer getIops()
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
public AwsRdsDbInstanceDetails withIops(Integer iops)
Specifies the provisioned IOPS (I/O operations per second) for this DB instance.
iops
- Specifies the provisioned IOPS (I/O operations per second) for this DB instance.public List<AwsRdsDbOptionGroupMembership> getOptionGroupMemberships()
The list of option group memberships for this DB instance.
public void setOptionGroupMemberships(Collection<AwsRdsDbOptionGroupMembership> optionGroupMemberships)
The list of option group memberships for this DB instance.
optionGroupMemberships
- The list of option group memberships for this DB instance.public AwsRdsDbInstanceDetails withOptionGroupMemberships(AwsRdsDbOptionGroupMembership... optionGroupMemberships)
The list of option group memberships for this DB instance.
NOTE: This method appends the values to the existing list (if any). Use
setOptionGroupMemberships(java.util.Collection)
or
withOptionGroupMemberships(java.util.Collection)
if you want to override the existing values.
optionGroupMemberships
- The list of option group memberships for this DB instance.public AwsRdsDbInstanceDetails withOptionGroupMemberships(Collection<AwsRdsDbOptionGroupMembership> optionGroupMemberships)
The list of option group memberships for this DB instance.
optionGroupMemberships
- The list of option group memberships for this DB instance.public void setCharacterSetName(String characterSetName)
The name of the character set that this DB instance is associated with.
characterSetName
- The name of the character set that this DB instance is associated with.public String getCharacterSetName()
The name of the character set that this DB instance is associated with.
public AwsRdsDbInstanceDetails withCharacterSetName(String characterSetName)
The name of the character set that this DB instance is associated with.
characterSetName
- The name of the character set that this DB instance is associated with.public void setSecondaryAvailabilityZone(String secondaryAvailabilityZone)
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
secondaryAvailabilityZone
- For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.public String getSecondaryAvailabilityZone()
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
public AwsRdsDbInstanceDetails withSecondaryAvailabilityZone(String secondaryAvailabilityZone)
For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.
secondaryAvailabilityZone
- For a DB instance with multi-Availability Zone support, the name of the secondary Availability Zone.public List<AwsRdsDbStatusInfo> getStatusInfos()
The status of a read replica. If the instance isn't a read replica, this is empty.
public void setStatusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)
The status of a read replica. If the instance isn't a read replica, this is empty.
statusInfos
- The status of a read replica. If the instance isn't a read replica, this is empty.public AwsRdsDbInstanceDetails withStatusInfos(AwsRdsDbStatusInfo... statusInfos)
The status of a read replica. If the instance isn't a read replica, this is empty.
NOTE: This method appends the values to the existing list (if any). Use
setStatusInfos(java.util.Collection)
or withStatusInfos(java.util.Collection)
if you want to
override the existing values.
statusInfos
- The status of a read replica. If the instance isn't a read replica, this is empty.public AwsRdsDbInstanceDetails withStatusInfos(Collection<AwsRdsDbStatusInfo> statusInfos)
The status of a read replica. If the instance isn't a read replica, this is empty.
statusInfos
- The status of a read replica. If the instance isn't a read replica, this is empty.public void setStorageType(String storageType)
The storage type for the DB instance.
storageType
- The storage type for the DB instance.public String getStorageType()
The storage type for the DB instance.
public AwsRdsDbInstanceDetails withStorageType(String storageType)
The storage type for the DB instance.
storageType
- The storage type for the DB instance.public List<AwsRdsDbDomainMembership> getDomainMemberships()
The Active Directory domain membership records associated with the DB instance.
public void setDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records associated with the DB instance.
domainMemberships
- The Active Directory domain membership records associated with the DB instance.public AwsRdsDbInstanceDetails withDomainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records associated with the DB instance.
NOTE: This method appends the values to the existing list (if any). Use
setDomainMemberships(java.util.Collection)
or withDomainMemberships(java.util.Collection)
if
you want to override the existing values.
domainMemberships
- The Active Directory domain membership records associated with the DB instance.public AwsRdsDbInstanceDetails withDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records associated with the DB instance.
domainMemberships
- The Active Directory domain membership records associated with the DB instance.public void setCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether to copy resource tags to snapshots of the DB instance.
copyTagsToSnapshot
- Whether to copy resource tags to snapshots of the DB instance.public Boolean getCopyTagsToSnapshot()
Whether to copy resource tags to snapshots of the DB instance.
public AwsRdsDbInstanceDetails withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Whether to copy resource tags to snapshots of the DB instance.
copyTagsToSnapshot
- Whether to copy resource tags to snapshots of the DB instance.public Boolean isCopyTagsToSnapshot()
Whether to copy resource tags to snapshots of the DB instance.
public void setMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
monitoringInterval
- The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB
instance.public Integer getMonitoringInterval()
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
public AwsRdsDbInstanceDetails withMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB instance.
monitoringInterval
- The interval, in seconds, between points when enhanced monitoring metrics are collected for the DB
instance.public void setMonitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
monitoringRoleArn
- The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.public String getMonitoringRoleArn()
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
public AwsRdsDbInstanceDetails withMonitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.
monitoringRoleArn
- The ARN for the IAM role that permits Amazon RDS to send enhanced monitoring metrics to CloudWatch Logs.public void setPromotionTier(Integer promotionTier)
The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary instance.
promotionTier
- The order in which to promote an Aurora replica to the primary instance after a failure of the existing
primary instance.public Integer getPromotionTier()
The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary instance.
public AwsRdsDbInstanceDetails withPromotionTier(Integer promotionTier)
The order in which to promote an Aurora replica to the primary instance after a failure of the existing primary instance.
promotionTier
- The order in which to promote an Aurora replica to the primary instance after a failure of the existing
primary instance.public void setTimezone(String timezone)
The time zone of the DB instance.
timezone
- The time zone of the DB instance.public String getTimezone()
The time zone of the DB instance.
public AwsRdsDbInstanceDetails withTimezone(String timezone)
The time zone of the DB instance.
timezone
- The time zone of the DB instance.public void setPerformanceInsightsEnabled(Boolean performanceInsightsEnabled)
Indicates whether Performance Insights is enabled for the DB instance.
performanceInsightsEnabled
- Indicates whether Performance Insights is enabled for the DB instance.public Boolean getPerformanceInsightsEnabled()
Indicates whether Performance Insights is enabled for the DB instance.
public AwsRdsDbInstanceDetails withPerformanceInsightsEnabled(Boolean performanceInsightsEnabled)
Indicates whether Performance Insights is enabled for the DB instance.
performanceInsightsEnabled
- Indicates whether Performance Insights is enabled for the DB instance.public Boolean isPerformanceInsightsEnabled()
Indicates whether Performance Insights is enabled for the DB instance.
public void setPerformanceInsightsKmsKeyId(String performanceInsightsKmsKeyId)
The identifier of the KMS key used to encrypt the Performance Insights data.
performanceInsightsKmsKeyId
- The identifier of the KMS key used to encrypt the Performance Insights data.public String getPerformanceInsightsKmsKeyId()
The identifier of the KMS key used to encrypt the Performance Insights data.
public AwsRdsDbInstanceDetails withPerformanceInsightsKmsKeyId(String performanceInsightsKmsKeyId)
The identifier of the KMS key used to encrypt the Performance Insights data.
performanceInsightsKmsKeyId
- The identifier of the KMS key used to encrypt the Performance Insights data.public void setPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
performanceInsightsRetentionPeriod
- The number of days to retain Performance Insights data.public Integer getPerformanceInsightsRetentionPeriod()
The number of days to retain Performance Insights data.
public AwsRdsDbInstanceDetails withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
performanceInsightsRetentionPeriod
- The number of days to retain Performance Insights data.public List<String> getEnabledCloudWatchLogsExports()
A list of log types that this DB instance is configured to export to CloudWatch Logs.
public void setEnabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
enabledCloudWatchLogsExports
- A list of log types that this DB instance is configured to export to CloudWatch Logs.public AwsRdsDbInstanceDetails withEnabledCloudWatchLogsExports(String... enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
NOTE: This method appends the values to the existing list (if any). Use
setEnabledCloudWatchLogsExports(java.util.Collection)
or
withEnabledCloudWatchLogsExports(java.util.Collection)
if you want to override the existing values.
enabledCloudWatchLogsExports
- A list of log types that this DB instance is configured to export to CloudWatch Logs.public AwsRdsDbInstanceDetails withEnabledCloudWatchLogsExports(Collection<String> enabledCloudWatchLogsExports)
A list of log types that this DB instance is configured to export to CloudWatch Logs.
enabledCloudWatchLogsExports
- A list of log types that this DB instance is configured to export to CloudWatch Logs.public List<AwsRdsDbProcessorFeature> getProcessorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
public void setProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
processorFeatures
- The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.public AwsRdsDbInstanceDetails withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
NOTE: This method appends the values to the existing list (if any). Use
setProcessorFeatures(java.util.Collection)
or withProcessorFeatures(java.util.Collection)
if
you want to override the existing values.
processorFeatures
- The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.public AwsRdsDbInstanceDetails withProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
processorFeatures
- The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.public void setListenerEndpoint(AwsRdsDbInstanceEndpoint listenerEndpoint)
listenerEndpoint
- public AwsRdsDbInstanceEndpoint getListenerEndpoint()
public AwsRdsDbInstanceDetails withListenerEndpoint(AwsRdsDbInstanceEndpoint listenerEndpoint)
listenerEndpoint
- public void setMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
maxAllocatedStorage
- The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.public Integer getMaxAllocatedStorage()
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
public AwsRdsDbInstanceDetails withMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.
maxAllocatedStorage
- The upper limit to which Amazon RDS can automatically scale the storage of the DB instance.public String toString()
toString
in class Object
Object.toString()
public AwsRdsDbInstanceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.