com.amazonaws.services.rds.model.RestoreDBInstanceFromDBSnapshotRequest Maven / Gradle / Ivy
Show all versions of aws-java-sdk-rds Show documentation
/*
* Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.rds.model;
import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.AmazonWebServiceRequest;
/**
*
*
* @see AWS API Documentation
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class RestoreDBInstanceFromDBSnapshotRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable {
/**
*
* The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
*
*/
private String dBInstanceIdentifier;
/**
*
* The identifier for the DB snapshot to restore from.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the ARN of
* the shared DB snapshot.
*
*
*
*/
private String dBSnapshotIdentifier;
/**
*
* The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance
* classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB
* instance classes, and availability for your engine, see DB Instance Class
* in the Amazon RDS User Guide.
*
*
* Default: The same DBInstanceClass as the original DB instance.
*
*/
private String dBInstanceClass;
/**
*
* The port number on which the database accepts connections.
*
*
* Default: The same port as the original DB instance
*
*
* Constraints: Value must be 1150-65535
*
*/
private Integer port;
/**
*
* The Availability Zone (AZ) where the DB instance will be created.
*
*
* Default: A random, system-chosen Availability Zone.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* Example: us-east-1a
*
*/
private String availabilityZone;
/**
*
* The name of the DB subnet group to use for the new instance.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB subnet group.
*
*
*
*
* Example: mydbsubnetgroup
*
*/
private String dBSubnetGroupName;
/**
*
* Specifies whether the DB instance is a Multi-AZ deployment.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*/
private Boolean multiAZ;
/**
*
* Specifies whether the DB instance is publicly accessible.
*
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP
* address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from
* outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it
* uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
* private IP address.
*
*
* For more information, see CreateDBInstance.
*
*/
private Boolean publiclyAccessible;
/**
*
* Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance window.
*
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*
*/
private Boolean autoMinorVersionUpgrade;
/**
*
* License model information for the restored DB instance.
*
*
*
* License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model requires
* a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires an Amazon Web
* Services Marketplace subscription. For more information, see RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
*
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*
*
* Valid Values:
*
*
* -
*
* RDS for Db2 - bring-your-own-license | marketplace-license
*
*
* -
*
* RDS for MariaDB - general-public-license
*
*
* -
*
* RDS for Microsoft SQL Server - license-included
*
*
* -
*
* RDS for MySQL - general-public-license
*
*
* -
*
* RDS for Oracle - bring-your-own-license | license-included
*
*
* -
*
* RDS for PostgreSQL - postgresql-license
*
*
*
*
* Default: Same as the source.
*
*/
private String licenseModel;
/**
*
* The name of the database for the restored DB instance.
*
*
* This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the other
* engines or to RDS Custom DB instances.
*
*/
private String dBName;
/**
*
* The database engine to use for the new instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Default: The same as source
*
*
* Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB
* instance from a MySQL 5.6 snapshot.
*
*
* Valid Values:
*
*
* -
*
* db2-ae
*
*
* -
*
* db2-se
*
*
* -
*
* mariadb
*
*
* -
*
* mysql
*
*
* -
*
* oracle-ee
*
*
* -
*
* oracle-ee-cdb
*
*
* -
*
* oracle-se2
*
*
* -
*
* oracle-se2-cdb
*
*
* -
*
* postgres
*
*
* -
*
* sqlserver-ee
*
*
* -
*
* sqlserver-se
*
*
* -
*
* sqlserver-ex
*
*
* -
*
* sqlserver-web
*
*
*
*/
private String engine;
/**
*
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this
* parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new
* instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is
* available for connections before the conversion starts.
*
*
* The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned
* IOPS storage in the Amazon RDS User Guide.
*
*
* Constraints: Must be an integer greater than 1000.
*
*/
private Integer iops;
/**
*
* The name of the option group to be used for the restored DB instance.
*
*
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option
* group, and that option group can't be removed from a DB instance after it is associated with a DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private String optionGroupName;
private com.amazonaws.internal.SdkInternalList tags;
/**
*
* Specifies the storage type to be associated with the DB instance.
*
*
* Valid Values: gp2 | gp3 | io1 | io2 | standard
*
*
* If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
*
*
* Default: io1
if the Iops
parameter is specified, otherwise gp2
*
*/
private String storageType;
/**
*
* The ARN from the key store with which to associate the instance for TDE encryption.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private String tdeCredentialArn;
/**
*
* The password for the given ARN from the key store in order to access the device.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private String tdeCredentialPassword;
/**
*
* A list of EC2 VPC security groups to associate with this DB instance.
*
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
*
*/
private com.amazonaws.internal.SdkInternalList vpcSecurityGroupIds;
/**
*
* The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this
* operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances
* in an Active Directory Domain.
*
*
* For more information, see Kerberos
* Authentication in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private String domain;
/**
*
* The fully qualified domain name (FQDN) of an Active Directory domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: mymanagedADtest.mymanagedAD.mydomain
*
*/
private String domainFqdn;
/**
*
* The Active Directory organizational unit for your DB instance to join.
*
*
* Constraints:
*
*
* -
*
* Must be in the distinguished name format.
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
*
*/
private String domainOu;
/**
*
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
*/
private String domainAuthSecretArn;
/**
*
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
*
*/
private com.amazonaws.internal.SdkInternalList domainDnsIps;
/**
*
* Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS
* checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no
* new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the
* restored DB instance.
*
*
* For more information, see Copying
* tags to DB instance snapshots in the Amazon RDS User Guide.
*
*/
private Boolean copyTagsToSnapshot;
/**
*
* The name of the IAM role to use when making API calls to the Directory Service.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*/
private String domainIAMRoleName;
/**
*
* Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
* database accounts. By default, mapping is disabled.
*
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private Boolean enableIAMDatabaseAuthentication;
/**
*
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend on the
* DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private com.amazonaws.internal.SdkInternalList enableCloudwatchLogsExports;
/**
*
* The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private com.amazonaws.internal.SdkInternalList processorFeatures;
/**
*
* Specifies whether the DB instance class of the DB instance uses its default processor features.
*
*
* This setting doesn't apply to RDS Custom.
*
*/
private Boolean useDefaultProcessorFeatures;
/**
*
* The name of the DB parameter group to associate with this DB instance.
*
*
* If you don't specify a value for DBParameterGroupName
, then RDS uses the default
* DBParameterGroup
for the specified DB engine.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB parameter group.
*
*
* -
*
* Must be 1 to 255 letters, numbers, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*/
private String dBParameterGroupName;
/**
*
* Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion
* protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB
* Instance.
*
*/
private Boolean deletionProtection;
/**
*
* Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from
* outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*
*/
private Boolean enableCustomerOwnedIp;
/**
*
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The
* instance profile must meet the following requirements:
*
*
* -
*
* The profile must exist in your account.
*
*
* -
*
* The profile must have an IAM role that Amazon EC2 has permissions to assume.
*
*
* -
*
* The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom
.
*
*
*
*
* For the list of permissions required for the IAM role, see
* Configure IAM and your VPC in the Amazon RDS User Guide.
*
*
* This setting is required for RDS Custom.
*
*/
private String customIamInstanceProfile;
/**
*
* Specifies where automated backups and manual snapshots are stored for the restored DB instance.
*
*
* Possible values are outposts
(Amazon Web Services Outposts) and region
(Amazon Web
* Services Region). The default is region
.
*
*
* For more information, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*/
private String backupTarget;
/**
*
* The network type of the DB instance.
*
*
* Valid Values:
*
*
* -
*
* IPV4
*
*
* -
*
* DUAL
*
*
*
*
* The network type is determined by the DBSubnetGroup
specified for the DB instance. A
* DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
* DUAL
).
*
*
* For more information, see Working
* with a DB instance in a VPC in the Amazon RDS User Guide.
*
*/
private String networkType;
/**
*
* Specifies the storage throughput value for the DB instance.
*
*
* This setting doesn't apply to RDS Custom or Amazon Aurora.
*
*/
private Integer storageThroughput;
/**
*
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
*
*
* For more information on Multi-AZ DB clusters, see Multi-AZ DB
* cluster deployments in the Amazon RDS User Guide.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing Multi-AZ DB cluster snapshot.
*
*
* -
*
* Can't be specified when DBSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the
* DBClusterSnapshotIdentifier
must be the ARN of the shared snapshot.
*
*
* -
*
* Can't be the identifier of an Aurora DB cluster snapshot.
*
*
*
*/
private String dBClusterSnapshotIdentifier;
/**
*
* The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules
* specified in CreateDBInstance.
*
*
*
* Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can
* also allocate additional storage for future growth.
*
*
*/
private Integer allocatedStorage;
/**
*
* Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*
*/
private Boolean dedicatedLogVolume;
/**
*
* The CA certificate identifier to use for the DB instance's server certificate.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* For more information, see Using SSL/TLS to encrypt a
* connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to
* encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
*
*/
private String cACertificateIdentifier;
/**
*
* The life cycle type for this DB instance.
*
*
*
* By default, this value is set to open-source-rds-extended-support
, which enrolls your DB instance
* into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by
* setting the value to open-source-rds-extended-support-disabled
. In this case, RDS automatically
* upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of
* standard support date.
*
*
*
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
* you can run the selected major engine version on your DB instance past the end of standard support for that
* engine version. For more information, see Using Amazon RDS Extended
* Support in the Amazon RDS User Guide.
*
*
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle
* type is managed by the DB cluster.
*
*
* Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled
*
*
* Default: open-source-rds-extended-support
*
*/
private String engineLifecycleSupport;
/**
* Default constructor for RestoreDBInstanceFromDBSnapshotRequest object. Callers should use the setter or fluent
* setter (with...) methods to initialize the object after creating it.
*/
public RestoreDBInstanceFromDBSnapshotRequest() {
}
/**
* Constructs a new RestoreDBInstanceFromDBSnapshotRequest object. Callers should use the setter or fluent setter
* (with...) methods to initialize any additional object members.
*
* @param dBInstanceIdentifier
* The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
* @param dBSnapshotIdentifier
* The identifier for the DB snapshot to restore from.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the
* ARN of the shared DB snapshot.
*
*
*/
public RestoreDBInstanceFromDBSnapshotRequest(String dBInstanceIdentifier, String dBSnapshotIdentifier) {
setDBInstanceIdentifier(dBInstanceIdentifier);
setDBSnapshotIdentifier(dBSnapshotIdentifier);
}
/**
*
* The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
*
*
* @param dBInstanceIdentifier
* The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
*/
public void setDBInstanceIdentifier(String dBInstanceIdentifier) {
this.dBInstanceIdentifier = dBInstanceIdentifier;
}
/**
*
* The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
*
*
* @return The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
*/
public String getDBInstanceIdentifier() {
return this.dBInstanceIdentifier;
}
/**
*
* The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
*
*
* @param dBInstanceIdentifier
* The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.
*
* Constraints:
*
*
* -
*
* Must contain from 1 to 63 numbers, letters, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* Example: my-snapshot-id
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDBInstanceIdentifier(String dBInstanceIdentifier) {
setDBInstanceIdentifier(dBInstanceIdentifier);
return this;
}
/**
*
* The identifier for the DB snapshot to restore from.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the ARN of
* the shared DB snapshot.
*
*
*
*
* @param dBSnapshotIdentifier
* The identifier for the DB snapshot to restore from.
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the
* ARN of the shared DB snapshot.
*
*
*/
public void setDBSnapshotIdentifier(String dBSnapshotIdentifier) {
this.dBSnapshotIdentifier = dBSnapshotIdentifier;
}
/**
*
* The identifier for the DB snapshot to restore from.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the ARN of
* the shared DB snapshot.
*
*
*
*
* @return The identifier for the DB snapshot to restore from.
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the
* ARN of the shared DB snapshot.
*
*
*/
public String getDBSnapshotIdentifier() {
return this.dBSnapshotIdentifier;
}
/**
*
* The identifier for the DB snapshot to restore from.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the ARN of
* the shared DB snapshot.
*
*
*
*
* @param dBSnapshotIdentifier
* The identifier for the DB snapshot to restore from.
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing DB snapshot.
*
*
* -
*
* Can't be specified when DBClusterSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBClusterSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier
must be the
* ARN of the shared DB snapshot.
*
*
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier) {
setDBSnapshotIdentifier(dBSnapshotIdentifier);
return this;
}
/**
*
* The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance
* classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB
* instance classes, and availability for your engine, see DB Instance Class
* in the Amazon RDS User Guide.
*
*
* Default: The same DBInstanceClass as the original DB instance.
*
*
* @param dBInstanceClass
* The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB
* instance classes are available in all Amazon Web Services Regions, or for all database engines. For the
* full list of DB instance classes, and availability for your engine, see DB Instance
* Class in the Amazon RDS User Guide.
*
* Default: The same DBInstanceClass as the original DB instance.
*/
public void setDBInstanceClass(String dBInstanceClass) {
this.dBInstanceClass = dBInstanceClass;
}
/**
*
* The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance
* classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB
* instance classes, and availability for your engine, see DB Instance Class
* in the Amazon RDS User Guide.
*
*
* Default: The same DBInstanceClass as the original DB instance.
*
*
* @return The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB
* instance classes are available in all Amazon Web Services Regions, or for all database engines. For the
* full list of DB instance classes, and availability for your engine, see DB Instance
* Class in the Amazon RDS User Guide.
*
* Default: The same DBInstanceClass as the original DB instance.
*/
public String getDBInstanceClass() {
return this.dBInstanceClass;
}
/**
*
* The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance
* classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB
* instance classes, and availability for your engine, see DB Instance Class
* in the Amazon RDS User Guide.
*
*
* Default: The same DBInstanceClass as the original DB instance.
*
*
* @param dBInstanceClass
* The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB
* instance classes are available in all Amazon Web Services Regions, or for all database engines. For the
* full list of DB instance classes, and availability for your engine, see DB Instance
* Class in the Amazon RDS User Guide.
*
* Default: The same DBInstanceClass as the original DB instance.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDBInstanceClass(String dBInstanceClass) {
setDBInstanceClass(dBInstanceClass);
return this;
}
/**
*
* The port number on which the database accepts connections.
*
*
* Default: The same port as the original DB instance
*
*
* Constraints: Value must be 1150-65535
*
*
* @param port
* The port number on which the database accepts connections.
*
* Default: The same port as the original DB instance
*
*
* Constraints: Value must be 1150-65535
*/
public void setPort(Integer port) {
this.port = port;
}
/**
*
* The port number on which the database accepts connections.
*
*
* Default: The same port as the original DB instance
*
*
* Constraints: Value must be 1150-65535
*
*
* @return The port number on which the database accepts connections.
*
* Default: The same port as the original DB instance
*
*
* Constraints: Value must be 1150-65535
*/
public Integer getPort() {
return this.port;
}
/**
*
* The port number on which the database accepts connections.
*
*
* Default: The same port as the original DB instance
*
*
* Constraints: Value must be 1150-65535
*
*
* @param port
* The port number on which the database accepts connections.
*
* Default: The same port as the original DB instance
*
*
* Constraints: Value must be 1150-65535
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withPort(Integer port) {
setPort(port);
return this;
}
/**
*
* The Availability Zone (AZ) where the DB instance will be created.
*
*
* Default: A random, system-chosen Availability Zone.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* Example: us-east-1a
*
*
* @param availabilityZone
* The Availability Zone (AZ) where the DB instance will be created.
*
* Default: A random, system-chosen Availability Zone.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* Example: us-east-1a
*/
public void setAvailabilityZone(String availabilityZone) {
this.availabilityZone = availabilityZone;
}
/**
*
* The Availability Zone (AZ) where the DB instance will be created.
*
*
* Default: A random, system-chosen Availability Zone.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* Example: us-east-1a
*
*
* @return The Availability Zone (AZ) where the DB instance will be created.
*
* Default: A random, system-chosen Availability Zone.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a
* Multi-AZ deployment.
*
*
* Example: us-east-1a
*/
public String getAvailabilityZone() {
return this.availabilityZone;
}
/**
*
* The Availability Zone (AZ) where the DB instance will be created.
*
*
* Default: A random, system-chosen Availability Zone.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* Example: us-east-1a
*
*
* @param availabilityZone
* The Availability Zone (AZ) where the DB instance will be created.
*
* Default: A random, system-chosen Availability Zone.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* Example: us-east-1a
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withAvailabilityZone(String availabilityZone) {
setAvailabilityZone(availabilityZone);
return this;
}
/**
*
* The name of the DB subnet group to use for the new instance.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB subnet group.
*
*
*
*
* Example: mydbsubnetgroup
*
*
* @param dBSubnetGroupName
* The name of the DB subnet group to use for the new instance.
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB subnet group.
*
*
*
*
* Example: mydbsubnetgroup
*/
public void setDBSubnetGroupName(String dBSubnetGroupName) {
this.dBSubnetGroupName = dBSubnetGroupName;
}
/**
*
* The name of the DB subnet group to use for the new instance.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB subnet group.
*
*
*
*
* Example: mydbsubnetgroup
*
*
* @return The name of the DB subnet group to use for the new instance.
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB subnet group.
*
*
*
*
* Example: mydbsubnetgroup
*/
public String getDBSubnetGroupName() {
return this.dBSubnetGroupName;
}
/**
*
* The name of the DB subnet group to use for the new instance.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB subnet group.
*
*
*
*
* Example: mydbsubnetgroup
*
*
* @param dBSubnetGroupName
* The name of the DB subnet group to use for the new instance.
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB subnet group.
*
*
*
*
* Example: mydbsubnetgroup
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDBSubnetGroupName(String dBSubnetGroupName) {
setDBSubnetGroupName(dBSubnetGroupName);
return this;
}
/**
*
* Specifies whether the DB instance is a Multi-AZ deployment.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* @param multiAZ
* Specifies whether the DB instance is a Multi-AZ deployment.
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*/
public void setMultiAZ(Boolean multiAZ) {
this.multiAZ = multiAZ;
}
/**
*
* Specifies whether the DB instance is a Multi-AZ deployment.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* @return Specifies whether the DB instance is a Multi-AZ deployment.
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a
* Multi-AZ deployment.
*/
public Boolean getMultiAZ() {
return this.multiAZ;
}
/**
*
* Specifies whether the DB instance is a Multi-AZ deployment.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* @param multiAZ
* Specifies whether the DB instance is a Multi-AZ deployment.
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withMultiAZ(Boolean multiAZ) {
setMultiAZ(multiAZ);
return this;
}
/**
*
* Specifies whether the DB instance is a Multi-AZ deployment.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a Multi-AZ
* deployment.
*
*
* @return Specifies whether the DB instance is a Multi-AZ deployment.
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraint: You can't specify the AvailabilityZone
parameter if the DB instance is a
* Multi-AZ deployment.
*/
public Boolean isMultiAZ() {
return this.multiAZ;
}
/**
*
* Specifies whether the DB instance is publicly accessible.
*
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP
* address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from
* outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it
* uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
* private IP address.
*
*
* For more information, see CreateDBInstance.
*
*
* @param publiclyAccessible
* Specifies whether the DB instance is publicly accessible.
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private
* IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address
* from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security
* group it uses. That public access is not permitted if the security group assigned to the DB instance
* doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that
* resolves to a private IP address.
*
*
* For more information, see CreateDBInstance.
*/
public void setPubliclyAccessible(Boolean publiclyAccessible) {
this.publiclyAccessible = publiclyAccessible;
}
/**
*
* Specifies whether the DB instance is publicly accessible.
*
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP
* address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from
* outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it
* uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
* private IP address.
*
*
* For more information, see CreateDBInstance.
*
*
* @return Specifies whether the DB instance is publicly accessible.
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the
* private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public
* IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by
* the security group it uses. That public access is not permitted if the security group assigned to the DB
* instance doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that
* resolves to a private IP address.
*
*
* For more information, see CreateDBInstance.
*/
public Boolean getPubliclyAccessible() {
return this.publiclyAccessible;
}
/**
*
* Specifies whether the DB instance is publicly accessible.
*
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP
* address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from
* outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it
* uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
* private IP address.
*
*
* For more information, see CreateDBInstance.
*
*
* @param publiclyAccessible
* Specifies whether the DB instance is publicly accessible.
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private
* IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address
* from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security
* group it uses. That public access is not permitted if the security group assigned to the DB instance
* doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that
* resolves to a private IP address.
*
*
* For more information, see CreateDBInstance.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withPubliclyAccessible(Boolean publiclyAccessible) {
setPubliclyAccessible(publiclyAccessible);
return this;
}
/**
*
* Specifies whether the DB instance is publicly accessible.
*
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP
* address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from
* outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by the security group it
* uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a
* private IP address.
*
*
* For more information, see CreateDBInstance.
*
*
* @return Specifies whether the DB instance is publicly accessible.
*
* When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the
* private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public
* IP address from outside of the DB instance's VPC. Access to the DB instance is ultimately controlled by
* the security group it uses. That public access is not permitted if the security group assigned to the DB
* instance doesn't permit it.
*
*
* When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that
* resolves to a private IP address.
*
*
* For more information, see CreateDBInstance.
*/
public Boolean isPubliclyAccessible() {
return this.publiclyAccessible;
}
/**
*
* Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance window.
*
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*
*
* @param autoMinorVersionUpgrade
* Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance
* window.
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*/
public void setAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) {
this.autoMinorVersionUpgrade = autoMinorVersionUpgrade;
}
/**
*
* Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance window.
*
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*
*
* @return Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance
* window.
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*/
public Boolean getAutoMinorVersionUpgrade() {
return this.autoMinorVersionUpgrade;
}
/**
*
* Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance window.
*
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*
*
* @param autoMinorVersionUpgrade
* Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance
* window.
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) {
setAutoMinorVersionUpgrade(autoMinorVersionUpgrade);
return this;
}
/**
*
* Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance window.
*
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*
*
* @return Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance
* window.
*
* If you restore an RDS Custom DB instance, you must disable this parameter.
*/
public Boolean isAutoMinorVersionUpgrade() {
return this.autoMinorVersionUpgrade;
}
/**
*
* License model information for the restored DB instance.
*
*
*
* License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model requires
* a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires an Amazon Web
* Services Marketplace subscription. For more information, see RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
*
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*
*
* Valid Values:
*
*
* -
*
* RDS for Db2 - bring-your-own-license | marketplace-license
*
*
* -
*
* RDS for MariaDB - general-public-license
*
*
* -
*
* RDS for Microsoft SQL Server - license-included
*
*
* -
*
* RDS for MySQL - general-public-license
*
*
* -
*
* RDS for Oracle - bring-your-own-license | license-included
*
*
* -
*
* RDS for PostgreSQL - postgresql-license
*
*
*
*
* Default: Same as the source.
*
*
* @param licenseModel
* License model information for the restored DB instance.
*
* License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model
* requires a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires
* an Amazon Web Services Marketplace subscription. For more information, see RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
*
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*
*
* Valid Values:
*
*
* -
*
* RDS for Db2 - bring-your-own-license | marketplace-license
*
*
* -
*
* RDS for MariaDB - general-public-license
*
*
* -
*
* RDS for Microsoft SQL Server - license-included
*
*
* -
*
* RDS for MySQL - general-public-license
*
*
* -
*
* RDS for Oracle - bring-your-own-license | license-included
*
*
* -
*
* RDS for PostgreSQL - postgresql-license
*
*
*
*
* Default: Same as the source.
*/
public void setLicenseModel(String licenseModel) {
this.licenseModel = licenseModel;
}
/**
*
* License model information for the restored DB instance.
*
*
*
* License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model requires
* a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires an Amazon Web
* Services Marketplace subscription. For more information, see RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
*
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*
*
* Valid Values:
*
*
* -
*
* RDS for Db2 - bring-your-own-license | marketplace-license
*
*
* -
*
* RDS for MariaDB - general-public-license
*
*
* -
*
* RDS for Microsoft SQL Server - license-included
*
*
* -
*
* RDS for MySQL - general-public-license
*
*
* -
*
* RDS for Oracle - bring-your-own-license | license-included
*
*
* -
*
* RDS for PostgreSQL - postgresql-license
*
*
*
*
* Default: Same as the source.
*
*
* @return License model information for the restored DB instance.
*
* License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model
* requires a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires
* an Amazon Web Services Marketplace subscription. For more information, see RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
*
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*
*
* Valid Values:
*
*
* -
*
* RDS for Db2 - bring-your-own-license | marketplace-license
*
*
* -
*
* RDS for MariaDB - general-public-license
*
*
* -
*
* RDS for Microsoft SQL Server - license-included
*
*
* -
*
* RDS for MySQL - general-public-license
*
*
* -
*
* RDS for Oracle - bring-your-own-license | license-included
*
*
* -
*
* RDS for PostgreSQL - postgresql-license
*
*
*
*
* Default: Same as the source.
*/
public String getLicenseModel() {
return this.licenseModel;
}
/**
*
* License model information for the restored DB instance.
*
*
*
* License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model requires
* a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires an Amazon Web
* Services Marketplace subscription. For more information, see RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
*
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*
*
* Valid Values:
*
*
* -
*
* RDS for Db2 - bring-your-own-license | marketplace-license
*
*
* -
*
* RDS for MariaDB - general-public-license
*
*
* -
*
* RDS for Microsoft SQL Server - license-included
*
*
* -
*
* RDS for MySQL - general-public-license
*
*
* -
*
* RDS for Oracle - bring-your-own-license | license-included
*
*
* -
*
* RDS for PostgreSQL - postgresql-license
*
*
*
*
* Default: Same as the source.
*
*
* @param licenseModel
* License model information for the restored DB instance.
*
* License models for RDS for Db2 require additional configuration. The Bring Your Own License (BYOL) model
* requires a custom parameter group. The Db2 license through Amazon Web Services Marketplace model requires
* an Amazon Web Services Marketplace subscription. For more information, see RDS for Db2 licensing
* options in the Amazon RDS User Guide.
*
*
*
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
*
*
* Valid Values:
*
*
* -
*
* RDS for Db2 - bring-your-own-license | marketplace-license
*
*
* -
*
* RDS for MariaDB - general-public-license
*
*
* -
*
* RDS for Microsoft SQL Server - license-included
*
*
* -
*
* RDS for MySQL - general-public-license
*
*
* -
*
* RDS for Oracle - bring-your-own-license | license-included
*
*
* -
*
* RDS for PostgreSQL - postgresql-license
*
*
*
*
* Default: Same as the source.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withLicenseModel(String licenseModel) {
setLicenseModel(licenseModel);
return this;
}
/**
*
* The name of the database for the restored DB instance.
*
*
* This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the other
* engines or to RDS Custom DB instances.
*
*
* @param dBName
* The name of the database for the restored DB instance.
*
* This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the
* other engines or to RDS Custom DB instances.
*/
public void setDBName(String dBName) {
this.dBName = dBName;
}
/**
*
* The name of the database for the restored DB instance.
*
*
* This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the other
* engines or to RDS Custom DB instances.
*
*
* @return The name of the database for the restored DB instance.
*
* This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to
* the other engines or to RDS Custom DB instances.
*/
public String getDBName() {
return this.dBName;
}
/**
*
* The name of the database for the restored DB instance.
*
*
* This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the other
* engines or to RDS Custom DB instances.
*
*
* @param dBName
* The name of the database for the restored DB instance.
*
* This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the
* other engines or to RDS Custom DB instances.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDBName(String dBName) {
setDBName(dBName);
return this;
}
/**
*
* The database engine to use for the new instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Default: The same as source
*
*
* Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB
* instance from a MySQL 5.6 snapshot.
*
*
* Valid Values:
*
*
* -
*
* db2-ae
*
*
* -
*
* db2-se
*
*
* -
*
* mariadb
*
*
* -
*
* mysql
*
*
* -
*
* oracle-ee
*
*
* -
*
* oracle-ee-cdb
*
*
* -
*
* oracle-se2
*
*
* -
*
* oracle-se2-cdb
*
*
* -
*
* postgres
*
*
* -
*
* sqlserver-ee
*
*
* -
*
* sqlserver-se
*
*
* -
*
* sqlserver-ex
*
*
* -
*
* sqlserver-web
*
*
*
*
* @param engine
* The database engine to use for the new instance.
*
* This setting doesn't apply to RDS Custom.
*
*
* Default: The same as source
*
*
* Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1
* DB instance from a MySQL 5.6 snapshot.
*
*
* Valid Values:
*
*
* -
*
* db2-ae
*
*
* -
*
* db2-se
*
*
* -
*
* mariadb
*
*
* -
*
* mysql
*
*
* -
*
* oracle-ee
*
*
* -
*
* oracle-ee-cdb
*
*
* -
*
* oracle-se2
*
*
* -
*
* oracle-se2-cdb
*
*
* -
*
* postgres
*
*
* -
*
* sqlserver-ee
*
*
* -
*
* sqlserver-se
*
*
* -
*
* sqlserver-ex
*
*
* -
*
* sqlserver-web
*
*
*/
public void setEngine(String engine) {
this.engine = engine;
}
/**
*
* The database engine to use for the new instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Default: The same as source
*
*
* Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB
* instance from a MySQL 5.6 snapshot.
*
*
* Valid Values:
*
*
* -
*
* db2-ae
*
*
* -
*
* db2-se
*
*
* -
*
* mariadb
*
*
* -
*
* mysql
*
*
* -
*
* oracle-ee
*
*
* -
*
* oracle-ee-cdb
*
*
* -
*
* oracle-se2
*
*
* -
*
* oracle-se2-cdb
*
*
* -
*
* postgres
*
*
* -
*
* sqlserver-ee
*
*
* -
*
* sqlserver-se
*
*
* -
*
* sqlserver-ex
*
*
* -
*
* sqlserver-web
*
*
*
*
* @return The database engine to use for the new instance.
*
* This setting doesn't apply to RDS Custom.
*
*
* Default: The same as source
*
*
* Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1
* DB instance from a MySQL 5.6 snapshot.
*
*
* Valid Values:
*
*
* -
*
* db2-ae
*
*
* -
*
* db2-se
*
*
* -
*
* mariadb
*
*
* -
*
* mysql
*
*
* -
*
* oracle-ee
*
*
* -
*
* oracle-ee-cdb
*
*
* -
*
* oracle-se2
*
*
* -
*
* oracle-se2-cdb
*
*
* -
*
* postgres
*
*
* -
*
* sqlserver-ee
*
*
* -
*
* sqlserver-se
*
*
* -
*
* sqlserver-ex
*
*
* -
*
* sqlserver-web
*
*
*/
public String getEngine() {
return this.engine;
}
/**
*
* The database engine to use for the new instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Default: The same as source
*
*
* Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1 DB
* instance from a MySQL 5.6 snapshot.
*
*
* Valid Values:
*
*
* -
*
* db2-ae
*
*
* -
*
* db2-se
*
*
* -
*
* mariadb
*
*
* -
*
* mysql
*
*
* -
*
* oracle-ee
*
*
* -
*
* oracle-ee-cdb
*
*
* -
*
* oracle-se2
*
*
* -
*
* oracle-se2-cdb
*
*
* -
*
* postgres
*
*
* -
*
* sqlserver-ee
*
*
* -
*
* sqlserver-se
*
*
* -
*
* sqlserver-ex
*
*
* -
*
* sqlserver-web
*
*
*
*
* @param engine
* The database engine to use for the new instance.
*
* This setting doesn't apply to RDS Custom.
*
*
* Default: The same as source
*
*
* Constraint: Must be compatible with the engine of the source. For example, you can restore a MariaDB 10.1
* DB instance from a MySQL 5.6 snapshot.
*
*
* Valid Values:
*
*
* -
*
* db2-ae
*
*
* -
*
* db2-se
*
*
* -
*
* mariadb
*
*
* -
*
* mysql
*
*
* -
*
* oracle-ee
*
*
* -
*
* oracle-ee-cdb
*
*
* -
*
* oracle-se2
*
*
* -
*
* oracle-se2-cdb
*
*
* -
*
* postgres
*
*
* -
*
* sqlserver-ee
*
*
* -
*
* sqlserver-se
*
*
* -
*
* sqlserver-ex
*
*
* -
*
* sqlserver-web
*
*
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withEngine(String engine) {
setEngine(engine);
return this;
}
/**
*
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this
* parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new
* instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is
* available for connections before the conversion starts.
*
*
* The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned
* IOPS storage in the Amazon RDS User Guide.
*
*
* Constraints: Must be an integer greater than 1000.
*
*
* @param iops
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If
* this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0,
* the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your
* DB instance is available for connections before the conversion starts.
*
* The provisioned IOPS value must follow the requirements for your database engine. For more information,
* see Amazon
* RDS Provisioned IOPS storage in the Amazon RDS User Guide.
*
*
* Constraints: Must be an integer greater than 1000.
*/
public void setIops(Integer iops) {
this.iops = iops;
}
/**
*
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this
* parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new
* instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is
* available for connections before the conversion starts.
*
*
* The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned
* IOPS storage in the Amazon RDS User Guide.
*
*
* Constraints: Must be an integer greater than 1000.
*
*
* @return Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If
* this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0,
* the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your
* DB instance is available for connections before the conversion starts.
*
* The provisioned IOPS value must follow the requirements for your database engine. For more information,
* see Amazon
* RDS Provisioned IOPS storage in the Amazon RDS User Guide.
*
*
* Constraints: Must be an integer greater than 1000.
*/
public Integer getIops() {
return this.iops;
}
/**
*
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this
* parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new
* instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is
* available for connections before the conversion starts.
*
*
* The provisioned IOPS value must follow the requirements for your database engine. For more information, see Amazon RDS Provisioned
* IOPS storage in the Amazon RDS User Guide.
*
*
* Constraints: Must be an integer greater than 1000.
*
*
* @param iops
* Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If
* this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0,
* the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your
* DB instance is available for connections before the conversion starts.
*
* The provisioned IOPS value must follow the requirements for your database engine. For more information,
* see Amazon
* RDS Provisioned IOPS storage in the Amazon RDS User Guide.
*
*
* Constraints: Must be an integer greater than 1000.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withIops(Integer iops) {
setIops(iops);
return this;
}
/**
*
* The name of the option group to be used for the restored DB instance.
*
*
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option
* group, and that option group can't be removed from a DB instance after it is associated with a DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param optionGroupName
* The name of the option group to be used for the restored DB instance.
*
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an
* option group, and that option group can't be removed from a DB instance after it is associated with a DB
* instance.
*
*
* This setting doesn't apply to RDS Custom.
*/
public void setOptionGroupName(String optionGroupName) {
this.optionGroupName = optionGroupName;
}
/**
*
* The name of the option group to be used for the restored DB instance.
*
*
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option
* group, and that option group can't be removed from a DB instance after it is associated with a DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return The name of the option group to be used for the restored DB instance.
*
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an
* option group, and that option group can't be removed from a DB instance after it is associated with a DB
* instance.
*
*
* This setting doesn't apply to RDS Custom.
*/
public String getOptionGroupName() {
return this.optionGroupName;
}
/**
*
* The name of the option group to be used for the restored DB instance.
*
*
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option
* group, and that option group can't be removed from a DB instance after it is associated with a DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param optionGroupName
* The name of the option group to be used for the restored DB instance.
*
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an
* option group, and that option group can't be removed from a DB instance after it is associated with a DB
* instance.
*
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withOptionGroupName(String optionGroupName) {
setOptionGroupName(optionGroupName);
return this;
}
/**
* @return
*/
public java.util.List getTags() {
if (tags == null) {
tags = new com.amazonaws.internal.SdkInternalList();
}
return tags;
}
/**
* @param tags
*/
public void setTags(java.util.Collection tags) {
if (tags == null) {
this.tags = null;
return;
}
this.tags = new com.amazonaws.internal.SdkInternalList(tags);
}
/**
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the
* existing values.
*
*
* @param tags
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withTags(Tag... tags) {
if (this.tags == null) {
setTags(new com.amazonaws.internal.SdkInternalList(tags.length));
}
for (Tag ele : tags) {
this.tags.add(ele);
}
return this;
}
/**
* @param tags
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withTags(java.util.Collection tags) {
setTags(tags);
return this;
}
/**
*
* Specifies the storage type to be associated with the DB instance.
*
*
* Valid Values: gp2 | gp3 | io1 | io2 | standard
*
*
* If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
*
*
* Default: io1
if the Iops
parameter is specified, otherwise gp2
*
*
* @param storageType
* Specifies the storage type to be associated with the DB instance.
*
* Valid Values: gp2 | gp3 | io1 | io2 | standard
*
*
* If you specify io1
, io2
, or gp3
, you must also include a value for
* the Iops
parameter.
*
*
* Default: io1
if the Iops
parameter is specified, otherwise gp2
*/
public void setStorageType(String storageType) {
this.storageType = storageType;
}
/**
*
* Specifies the storage type to be associated with the DB instance.
*
*
* Valid Values: gp2 | gp3 | io1 | io2 | standard
*
*
* If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
*
*
* Default: io1
if the Iops
parameter is specified, otherwise gp2
*
*
* @return Specifies the storage type to be associated with the DB instance.
*
* Valid Values: gp2 | gp3 | io1 | io2 | standard
*
*
* If you specify io1
, io2
, or gp3
, you must also include a value for
* the Iops
parameter.
*
*
* Default: io1
if the Iops
parameter is specified, otherwise gp2
*/
public String getStorageType() {
return this.storageType;
}
/**
*
* Specifies the storage type to be associated with the DB instance.
*
*
* Valid Values: gp2 | gp3 | io1 | io2 | standard
*
*
* If you specify io1
, io2
, or gp3
, you must also include a value for the
* Iops
parameter.
*
*
* Default: io1
if the Iops
parameter is specified, otherwise gp2
*
*
* @param storageType
* Specifies the storage type to be associated with the DB instance.
*
* Valid Values: gp2 | gp3 | io1 | io2 | standard
*
*
* If you specify io1
, io2
, or gp3
, you must also include a value for
* the Iops
parameter.
*
*
* Default: io1
if the Iops
parameter is specified, otherwise gp2
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withStorageType(String storageType) {
setStorageType(storageType);
return this;
}
/**
*
* The ARN from the key store with which to associate the instance for TDE encryption.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param tdeCredentialArn
* The ARN from the key store with which to associate the instance for TDE encryption.
*
* This setting doesn't apply to RDS Custom.
*/
public void setTdeCredentialArn(String tdeCredentialArn) {
this.tdeCredentialArn = tdeCredentialArn;
}
/**
*
* The ARN from the key store with which to associate the instance for TDE encryption.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return The ARN from the key store with which to associate the instance for TDE encryption.
*
* This setting doesn't apply to RDS Custom.
*/
public String getTdeCredentialArn() {
return this.tdeCredentialArn;
}
/**
*
* The ARN from the key store with which to associate the instance for TDE encryption.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param tdeCredentialArn
* The ARN from the key store with which to associate the instance for TDE encryption.
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withTdeCredentialArn(String tdeCredentialArn) {
setTdeCredentialArn(tdeCredentialArn);
return this;
}
/**
*
* The password for the given ARN from the key store in order to access the device.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param tdeCredentialPassword
* The password for the given ARN from the key store in order to access the device.
*
* This setting doesn't apply to RDS Custom.
*/
public void setTdeCredentialPassword(String tdeCredentialPassword) {
this.tdeCredentialPassword = tdeCredentialPassword;
}
/**
*
* The password for the given ARN from the key store in order to access the device.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return The password for the given ARN from the key store in order to access the device.
*
* This setting doesn't apply to RDS Custom.
*/
public String getTdeCredentialPassword() {
return this.tdeCredentialPassword;
}
/**
*
* The password for the given ARN from the key store in order to access the device.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param tdeCredentialPassword
* The password for the given ARN from the key store in order to access the device.
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withTdeCredentialPassword(String tdeCredentialPassword) {
setTdeCredentialPassword(tdeCredentialPassword);
return this;
}
/**
*
* A list of EC2 VPC security groups to associate with this DB instance.
*
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
*
*
* @return A list of EC2 VPC security groups to associate with this DB instance.
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
*/
public java.util.List getVpcSecurityGroupIds() {
if (vpcSecurityGroupIds == null) {
vpcSecurityGroupIds = new com.amazonaws.internal.SdkInternalList();
}
return vpcSecurityGroupIds;
}
/**
*
* A list of EC2 VPC security groups to associate with this DB instance.
*
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
*
*
* @param vpcSecurityGroupIds
* A list of EC2 VPC security groups to associate with this DB instance.
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
*/
public void setVpcSecurityGroupIds(java.util.Collection vpcSecurityGroupIds) {
if (vpcSecurityGroupIds == null) {
this.vpcSecurityGroupIds = null;
return;
}
this.vpcSecurityGroupIds = new com.amazonaws.internal.SdkInternalList(vpcSecurityGroupIds);
}
/**
*
* A list of EC2 VPC security groups to associate with this DB instance.
*
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
*
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setVpcSecurityGroupIds(java.util.Collection)} or {@link #withVpcSecurityGroupIds(java.util.Collection)}
* if you want to override the existing values.
*
*
* @param vpcSecurityGroupIds
* A list of EC2 VPC security groups to associate with this DB instance.
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withVpcSecurityGroupIds(String... vpcSecurityGroupIds) {
if (this.vpcSecurityGroupIds == null) {
setVpcSecurityGroupIds(new com.amazonaws.internal.SdkInternalList(vpcSecurityGroupIds.length));
}
for (String ele : vpcSecurityGroupIds) {
this.vpcSecurityGroupIds.add(ele);
}
return this;
}
/**
*
* A list of EC2 VPC security groups to associate with this DB instance.
*
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
*
*
* @param vpcSecurityGroupIds
* A list of EC2 VPC security groups to associate with this DB instance.
*
* Default: The default EC2 VPC security group for the DB subnet group's VPC.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withVpcSecurityGroupIds(java.util.Collection vpcSecurityGroupIds) {
setVpcSecurityGroupIds(vpcSecurityGroupIds);
return this;
}
/**
*
* The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this
* operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances
* in an Active Directory Domain.
*
*
* For more information, see Kerberos
* Authentication in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param domain
* The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this
* operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB
* instances in an Active Directory Domain.
*
* For more information, see Kerberos
* Authentication in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*/
public void setDomain(String domain) {
this.domain = domain;
}
/**
*
* The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this
* operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances
* in an Active Directory Domain.
*
*
* For more information, see Kerberos
* Authentication in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to
* this operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL
* DB instances in an Active Directory Domain.
*
* For more information, see Kerberos
* Authentication in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*/
public String getDomain() {
return this.domain;
}
/**
*
* The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this
* operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances
* in an Active Directory Domain.
*
*
* For more information, see Kerberos
* Authentication in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param domain
* The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this
* operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB
* instances in an Active Directory Domain.
*
* For more information, see Kerberos
* Authentication in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDomain(String domain) {
setDomain(domain);
return this;
}
/**
*
* The fully qualified domain name (FQDN) of an Active Directory domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: mymanagedADtest.mymanagedAD.mydomain
*
*
* @param domainFqdn
* The fully qualified domain name (FQDN) of an Active Directory domain.
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: mymanagedADtest.mymanagedAD.mydomain
*/
public void setDomainFqdn(String domainFqdn) {
this.domainFqdn = domainFqdn;
}
/**
*
* The fully qualified domain name (FQDN) of an Active Directory domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: mymanagedADtest.mymanagedAD.mydomain
*
*
* @return The fully qualified domain name (FQDN) of an Active Directory domain.
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: mymanagedADtest.mymanagedAD.mydomain
*/
public String getDomainFqdn() {
return this.domainFqdn;
}
/**
*
* The fully qualified domain name (FQDN) of an Active Directory domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: mymanagedADtest.mymanagedAD.mydomain
*
*
* @param domainFqdn
* The fully qualified domain name (FQDN) of an Active Directory domain.
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: mymanagedADtest.mymanagedAD.mydomain
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDomainFqdn(String domainFqdn) {
setDomainFqdn(domainFqdn);
return this;
}
/**
*
* The Active Directory organizational unit for your DB instance to join.
*
*
* Constraints:
*
*
* -
*
* Must be in the distinguished name format.
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
*
*
* @param domainOu
* The Active Directory organizational unit for your DB instance to join.
*
* Constraints:
*
*
* -
*
* Must be in the distinguished name format.
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
*/
public void setDomainOu(String domainOu) {
this.domainOu = domainOu;
}
/**
*
* The Active Directory organizational unit for your DB instance to join.
*
*
* Constraints:
*
*
* -
*
* Must be in the distinguished name format.
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
*
*
* @return The Active Directory organizational unit for your DB instance to join.
*
* Constraints:
*
*
* -
*
* Must be in the distinguished name format.
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
*/
public String getDomainOu() {
return this.domainOu;
}
/**
*
* The Active Directory organizational unit for your DB instance to join.
*
*
* Constraints:
*
*
* -
*
* Must be in the distinguished name format.
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
*
*
* @param domainOu
* The Active Directory organizational unit for your DB instance to join.
*
* Constraints:
*
*
* -
*
* Must be in the distinguished name format.
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDomainOu(String domainOu) {
setDomainOu(domainOu);
return this;
}
/**
*
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
*
* @param domainAuthSecretArn
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*/
public void setDomainAuthSecretArn(String domainAuthSecretArn) {
this.domainAuthSecretArn = domainAuthSecretArn;
}
/**
*
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
*
* @return The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example:
* arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*/
public String getDomainAuthSecretArn() {
return this.domainAuthSecretArn;
}
/**
*
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
*
*
* @param domainAuthSecretArn
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
*
* Constraints:
*
*
* -
*
* Can't be longer than 64 characters.
*
*
*
*
* Example: arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDomainAuthSecretArn(String domainAuthSecretArn) {
setDomainAuthSecretArn(domainAuthSecretArn);
return this;
}
/**
*
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
*
*
* @return The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of
* the primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
*/
public java.util.List getDomainDnsIps() {
if (domainDnsIps == null) {
domainDnsIps = new com.amazonaws.internal.SdkInternalList();
}
return domainDnsIps;
}
/**
*
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
*
*
* @param domainDnsIps
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
*/
public void setDomainDnsIps(java.util.Collection domainDnsIps) {
if (domainDnsIps == null) {
this.domainDnsIps = null;
return;
}
this.domainDnsIps = new com.amazonaws.internal.SdkInternalList(domainDnsIps);
}
/**
*
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
*
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setDomainDnsIps(java.util.Collection)} or {@link #withDomainDnsIps(java.util.Collection)} if you want to
* override the existing values.
*
*
* @param domainDnsIps
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDomainDnsIps(String... domainDnsIps) {
if (this.domainDnsIps == null) {
setDomainDnsIps(new com.amazonaws.internal.SdkInternalList(domainDnsIps.length));
}
for (String ele : domainDnsIps) {
this.domainDnsIps.add(ele);
}
return this;
}
/**
*
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
*
*
* @param domainDnsIps
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
*
* Constraints:
*
*
* -
*
* Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the
* primary domain controller for both entries in the list.
*
*
*
*
* Example: 123.124.125.126,234.235.236.237
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDomainDnsIps(java.util.Collection domainDnsIps) {
setDomainDnsIps(domainDnsIps);
return this;
}
/**
*
* Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS
* checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no
* new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the
* restored DB instance.
*
*
* For more information, see Copying
* tags to DB instance snapshots in the Amazon RDS User Guide.
*
*
* @param copyTagsToSnapshot
* Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot,
* RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If
* there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then
* adds those tags to the restored DB instance.
*
*
* For more information, see
* Copying tags to DB instance snapshots in the Amazon RDS User Guide.
*/
public void setCopyTagsToSnapshot(Boolean copyTagsToSnapshot) {
this.copyTagsToSnapshot = copyTagsToSnapshot;
}
/**
*
* Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS
* checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no
* new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the
* restored DB instance.
*
*
* For more information, see Copying
* tags to DB instance snapshots in the Amazon RDS User Guide.
*
*
* @return Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot,
* RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If
* there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then
* adds those tags to the restored DB instance.
*
*
* For more information, see
* Copying tags to DB instance snapshots in the Amazon RDS User Guide.
*/
public Boolean getCopyTagsToSnapshot() {
return this.copyTagsToSnapshot;
}
/**
*
* Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS
* checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no
* new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the
* restored DB instance.
*
*
* For more information, see Copying
* tags to DB instance snapshots in the Amazon RDS User Guide.
*
*
* @param copyTagsToSnapshot
* Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot,
* RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If
* there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then
* adds those tags to the restored DB instance.
*
*
* For more information, see
* Copying tags to DB instance snapshots in the Amazon RDS User Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withCopyTagsToSnapshot(Boolean copyTagsToSnapshot) {
setCopyTagsToSnapshot(copyTagsToSnapshot);
return this;
}
/**
*
* Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS
* checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If there are no
* new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then adds those tags to the
* restored DB instance.
*
*
* For more information, see Copying
* tags to DB instance snapshots in the Amazon RDS User Guide.
*
*
* @return Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.
*
* In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot,
* RDS checks whether you specify new tags. If yes, the new tags are added to the restored DB instance. If
* there are no new tags, RDS looks for the tags from the source DB instance for the DB snapshot, and then
* adds those tags to the restored DB instance.
*
*
* For more information, see
* Copying tags to DB instance snapshots in the Amazon RDS User Guide.
*/
public Boolean isCopyTagsToSnapshot() {
return this.copyTagsToSnapshot;
}
/**
*
* The name of the IAM role to use when making API calls to the Directory Service.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* @param domainIAMRoleName
* The name of the IAM role to use when making API calls to the Directory Service.
*
* This setting doesn't apply to RDS Custom DB instances.
*/
public void setDomainIAMRoleName(String domainIAMRoleName) {
this.domainIAMRoleName = domainIAMRoleName;
}
/**
*
* The name of the IAM role to use when making API calls to the Directory Service.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* @return The name of the IAM role to use when making API calls to the Directory Service.
*
* This setting doesn't apply to RDS Custom DB instances.
*/
public String getDomainIAMRoleName() {
return this.domainIAMRoleName;
}
/**
*
* The name of the IAM role to use when making API calls to the Directory Service.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* @param domainIAMRoleName
* The name of the IAM role to use when making API calls to the Directory Service.
*
* This setting doesn't apply to RDS Custom DB instances.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDomainIAMRoleName(String domainIAMRoleName) {
setDomainIAMRoleName(domainIAMRoleName);
return this;
}
/**
*
* Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
* database accounts. By default, mapping is disabled.
*
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param enableIAMDatabaseAuthentication
* Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts
* to database accounts. By default, mapping is disabled.
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*/
public void setEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) {
this.enableIAMDatabaseAuthentication = enableIAMDatabaseAuthentication;
}
/**
*
* Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
* database accounts. By default, mapping is disabled.
*
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts
* to database accounts. By default, mapping is disabled.
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*/
public Boolean getEnableIAMDatabaseAuthentication() {
return this.enableIAMDatabaseAuthentication;
}
/**
*
* Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
* database accounts. By default, mapping is disabled.
*
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param enableIAMDatabaseAuthentication
* Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts
* to database accounts. By default, mapping is disabled.
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication) {
setEnableIAMDatabaseAuthentication(enableIAMDatabaseAuthentication);
return this;
}
/**
*
* Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
* database accounts. By default, mapping is disabled.
*
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts
* to database accounts. By default, mapping is disabled.
*
* For more information about IAM database authentication, see IAM Database
* Authentication for MySQL and PostgreSQL in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*/
public Boolean isEnableIAMDatabaseAuthentication() {
return this.enableIAMDatabaseAuthentication;
}
/**
*
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend on the
* DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend
* on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
* This setting doesn't apply to RDS Custom.
*/
public java.util.List getEnableCloudwatchLogsExports() {
if (enableCloudwatchLogsExports == null) {
enableCloudwatchLogsExports = new com.amazonaws.internal.SdkInternalList();
}
return enableCloudwatchLogsExports;
}
/**
*
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend on the
* DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param enableCloudwatchLogsExports
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend
* on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
* This setting doesn't apply to RDS Custom.
*/
public void setEnableCloudwatchLogsExports(java.util.Collection enableCloudwatchLogsExports) {
if (enableCloudwatchLogsExports == null) {
this.enableCloudwatchLogsExports = null;
return;
}
this.enableCloudwatchLogsExports = new com.amazonaws.internal.SdkInternalList(enableCloudwatchLogsExports);
}
/**
*
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend on the
* DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setEnableCloudwatchLogsExports(java.util.Collection)} or
* {@link #withEnableCloudwatchLogsExports(java.util.Collection)} if you want to override the existing values.
*
*
* @param enableCloudwatchLogsExports
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend
* on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports) {
if (this.enableCloudwatchLogsExports == null) {
setEnableCloudwatchLogsExports(new com.amazonaws.internal.SdkInternalList(enableCloudwatchLogsExports.length));
}
for (String ele : enableCloudwatchLogsExports) {
this.enableCloudwatchLogsExports.add(ele);
}
return this;
}
/**
*
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend on the
* DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param enableCloudwatchLogsExports
* The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend
* on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withEnableCloudwatchLogsExports(java.util.Collection enableCloudwatchLogsExports) {
setEnableCloudwatchLogsExports(enableCloudwatchLogsExports);
return this;
}
/**
*
* The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return The number of CPU cores and the number of threads per core for the DB instance class of the DB
* instance.
*
* This setting doesn't apply to RDS Custom.
*/
public java.util.List getProcessorFeatures() {
if (processorFeatures == null) {
processorFeatures = new com.amazonaws.internal.SdkInternalList();
}
return processorFeatures;
}
/**
*
* The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param processorFeatures
* The number of CPU cores and the number of threads per core for the DB instance class of the DB
* instance.
*
* This setting doesn't apply to RDS Custom.
*/
public void setProcessorFeatures(java.util.Collection processorFeatures) {
if (processorFeatures == null) {
this.processorFeatures = null;
return;
}
this.processorFeatures = new com.amazonaws.internal.SdkInternalList(processorFeatures);
}
/**
*
* The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setProcessorFeatures(java.util.Collection)} or {@link #withProcessorFeatures(java.util.Collection)} if
* you want to override the existing values.
*
*
* @param processorFeatures
* The number of CPU cores and the number of threads per core for the DB instance class of the DB
* instance.
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withProcessorFeatures(ProcessorFeature... processorFeatures) {
if (this.processorFeatures == null) {
setProcessorFeatures(new com.amazonaws.internal.SdkInternalList(processorFeatures.length));
}
for (ProcessorFeature ele : processorFeatures) {
this.processorFeatures.add(ele);
}
return this;
}
/**
*
* The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param processorFeatures
* The number of CPU cores and the number of threads per core for the DB instance class of the DB
* instance.
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withProcessorFeatures(java.util.Collection processorFeatures) {
setProcessorFeatures(processorFeatures);
return this;
}
/**
*
* Specifies whether the DB instance class of the DB instance uses its default processor features.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param useDefaultProcessorFeatures
* Specifies whether the DB instance class of the DB instance uses its default processor features.
*
* This setting doesn't apply to RDS Custom.
*/
public void setUseDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures) {
this.useDefaultProcessorFeatures = useDefaultProcessorFeatures;
}
/**
*
* Specifies whether the DB instance class of the DB instance uses its default processor features.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return Specifies whether the DB instance class of the DB instance uses its default processor features.
*
* This setting doesn't apply to RDS Custom.
*/
public Boolean getUseDefaultProcessorFeatures() {
return this.useDefaultProcessorFeatures;
}
/**
*
* Specifies whether the DB instance class of the DB instance uses its default processor features.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @param useDefaultProcessorFeatures
* Specifies whether the DB instance class of the DB instance uses its default processor features.
*
* This setting doesn't apply to RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withUseDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures) {
setUseDefaultProcessorFeatures(useDefaultProcessorFeatures);
return this;
}
/**
*
* Specifies whether the DB instance class of the DB instance uses its default processor features.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* @return Specifies whether the DB instance class of the DB instance uses its default processor features.
*
* This setting doesn't apply to RDS Custom.
*/
public Boolean isUseDefaultProcessorFeatures() {
return this.useDefaultProcessorFeatures;
}
/**
*
* The name of the DB parameter group to associate with this DB instance.
*
*
* If you don't specify a value for DBParameterGroupName
, then RDS uses the default
* DBParameterGroup
for the specified DB engine.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB parameter group.
*
*
* -
*
* Must be 1 to 255 letters, numbers, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* @param dBParameterGroupName
* The name of the DB parameter group to associate with this DB instance.
*
* If you don't specify a value for DBParameterGroupName
, then RDS uses the default
* DBParameterGroup
for the specified DB engine.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB parameter group.
*
*
* -
*
* Must be 1 to 255 letters, numbers, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*/
public void setDBParameterGroupName(String dBParameterGroupName) {
this.dBParameterGroupName = dBParameterGroupName;
}
/**
*
* The name of the DB parameter group to associate with this DB instance.
*
*
* If you don't specify a value for DBParameterGroupName
, then RDS uses the default
* DBParameterGroup
for the specified DB engine.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB parameter group.
*
*
* -
*
* Must be 1 to 255 letters, numbers, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* @return The name of the DB parameter group to associate with this DB instance.
*
* If you don't specify a value for DBParameterGroupName
, then RDS uses the default
* DBParameterGroup
for the specified DB engine.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB parameter group.
*
*
* -
*
* Must be 1 to 255 letters, numbers, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*/
public String getDBParameterGroupName() {
return this.dBParameterGroupName;
}
/**
*
* The name of the DB parameter group to associate with this DB instance.
*
*
* If you don't specify a value for DBParameterGroupName
, then RDS uses the default
* DBParameterGroup
for the specified DB engine.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB parameter group.
*
*
* -
*
* Must be 1 to 255 letters, numbers, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
*
*
* @param dBParameterGroupName
* The name of the DB parameter group to associate with this DB instance.
*
* If you don't specify a value for DBParameterGroupName
, then RDS uses the default
* DBParameterGroup
for the specified DB engine.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* Constraints:
*
*
* -
*
* If supplied, must match the name of an existing DB parameter group.
*
*
* -
*
* Must be 1 to 255 letters, numbers, or hyphens.
*
*
* -
*
* First character must be a letter.
*
*
* -
*
* Can't end with a hyphen or contain two consecutive hyphens.
*
*
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDBParameterGroupName(String dBParameterGroupName) {
setDBParameterGroupName(dBParameterGroupName);
return this;
}
/**
*
* Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion
* protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB
* Instance.
*
*
* @param deletionProtection
* Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when
* deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see
* Deleting a DB
* Instance.
*/
public void setDeletionProtection(Boolean deletionProtection) {
this.deletionProtection = deletionProtection;
}
/**
*
* Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion
* protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB
* Instance.
*
*
* @return Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when
* deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see
* Deleting a DB
* Instance.
*/
public Boolean getDeletionProtection() {
return this.deletionProtection;
}
/**
*
* Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion
* protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB
* Instance.
*
*
* @param deletionProtection
* Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when
* deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see
* Deleting a DB
* Instance.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDeletionProtection(Boolean deletionProtection) {
setDeletionProtection(deletionProtection);
return this;
}
/**
*
* Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion
* protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB
* Instance.
*
*
* @return Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when
* deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see
* Deleting a DB
* Instance.
*/
public Boolean isDeletionProtection() {
return this.deletionProtection;
}
/**
*
* Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from
* outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*
*
* @param enableCustomerOwnedIp
* Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB
* instance from outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon RDS
* on Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*/
public void setEnableCustomerOwnedIp(Boolean enableCustomerOwnedIp) {
this.enableCustomerOwnedIp = enableCustomerOwnedIp;
}
/**
*
* Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from
* outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*
*
* @return Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB
* instance from outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon
* RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*/
public Boolean getEnableCustomerOwnedIp() {
return this.enableCustomerOwnedIp;
}
/**
*
* Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from
* outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*
*
* @param enableCustomerOwnedIp
* Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB
* instance from outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon RDS
* on Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withEnableCustomerOwnedIp(Boolean enableCustomerOwnedIp) {
setEnableCustomerOwnedIp(enableCustomerOwnedIp);
return this;
}
/**
*
* Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from
* outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*
*
* @return Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
*
* A CoIP provides local or external connectivity to resources in your Outpost subnets through your
* on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB
* instance from outside of its virtual private cloud (VPC) on your local network.
*
*
* This setting doesn't apply to RDS Custom.
*
*
* For more information about RDS on Outposts, see Working with Amazon
* RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* For more information about CoIPs, see Customer-owned IP
* addresses in the Amazon Web Services Outposts User Guide.
*/
public Boolean isEnableCustomerOwnedIp() {
return this.enableCustomerOwnedIp;
}
/**
*
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The
* instance profile must meet the following requirements:
*
*
* -
*
* The profile must exist in your account.
*
*
* -
*
* The profile must have an IAM role that Amazon EC2 has permissions to assume.
*
*
* -
*
* The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom
.
*
*
*
*
* For the list of permissions required for the IAM role, see
* Configure IAM and your VPC in the Amazon RDS User Guide.
*
*
* This setting is required for RDS Custom.
*
*
* @param customIamInstanceProfile
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The
* instance profile must meet the following requirements:
*
* -
*
* The profile must exist in your account.
*
*
* -
*
* The profile must have an IAM role that Amazon EC2 has permissions to assume.
*
*
* -
*
* The instance profile name and the associated IAM role name must start with the prefix
* AWSRDSCustom
.
*
*
*
*
* For the list of permissions required for the IAM role, see
* Configure IAM and your VPC in the Amazon RDS User Guide.
*
*
* This setting is required for RDS Custom.
*/
public void setCustomIamInstanceProfile(String customIamInstanceProfile) {
this.customIamInstanceProfile = customIamInstanceProfile;
}
/**
*
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The
* instance profile must meet the following requirements:
*
*
* -
*
* The profile must exist in your account.
*
*
* -
*
* The profile must have an IAM role that Amazon EC2 has permissions to assume.
*
*
* -
*
* The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom
.
*
*
*
*
* For the list of permissions required for the IAM role, see
* Configure IAM and your VPC in the Amazon RDS User Guide.
*
*
* This setting is required for RDS Custom.
*
*
* @return The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The
* instance profile must meet the following requirements:
*
* -
*
* The profile must exist in your account.
*
*
* -
*
* The profile must have an IAM role that Amazon EC2 has permissions to assume.
*
*
* -
*
* The instance profile name and the associated IAM role name must start with the prefix
* AWSRDSCustom
.
*
*
*
*
* For the list of permissions required for the IAM role, see Configure IAM and your VPC in the Amazon RDS User Guide.
*
*
* This setting is required for RDS Custom.
*/
public String getCustomIamInstanceProfile() {
return this.customIamInstanceProfile;
}
/**
*
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The
* instance profile must meet the following requirements:
*
*
* -
*
* The profile must exist in your account.
*
*
* -
*
* The profile must have an IAM role that Amazon EC2 has permissions to assume.
*
*
* -
*
* The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom
.
*
*
*
*
* For the list of permissions required for the IAM role, see
* Configure IAM and your VPC in the Amazon RDS User Guide.
*
*
* This setting is required for RDS Custom.
*
*
* @param customIamInstanceProfile
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The
* instance profile must meet the following requirements:
*
* -
*
* The profile must exist in your account.
*
*
* -
*
* The profile must have an IAM role that Amazon EC2 has permissions to assume.
*
*
* -
*
* The instance profile name and the associated IAM role name must start with the prefix
* AWSRDSCustom
.
*
*
*
*
* For the list of permissions required for the IAM role, see
* Configure IAM and your VPC in the Amazon RDS User Guide.
*
*
* This setting is required for RDS Custom.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withCustomIamInstanceProfile(String customIamInstanceProfile) {
setCustomIamInstanceProfile(customIamInstanceProfile);
return this;
}
/**
*
* Specifies where automated backups and manual snapshots are stored for the restored DB instance.
*
*
* Possible values are outposts
(Amazon Web Services Outposts) and region
(Amazon Web
* Services Region). The default is region
.
*
*
* For more information, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* @param backupTarget
* Specifies where automated backups and manual snapshots are stored for the restored DB instance.
*
* Possible values are outposts
(Amazon Web Services Outposts) and region
(Amazon
* Web Services Region). The default is region
.
*
*
* For more information, see Working with Amazon RDS
* on Amazon Web Services Outposts in the Amazon RDS User Guide.
*/
public void setBackupTarget(String backupTarget) {
this.backupTarget = backupTarget;
}
/**
*
* Specifies where automated backups and manual snapshots are stored for the restored DB instance.
*
*
* Possible values are outposts
(Amazon Web Services Outposts) and region
(Amazon Web
* Services Region). The default is region
.
*
*
* For more information, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* @return Specifies where automated backups and manual snapshots are stored for the restored DB instance.
*
* Possible values are outposts
(Amazon Web Services Outposts) and region
(Amazon
* Web Services Region). The default is region
.
*
*
* For more information, see Working with Amazon
* RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
*/
public String getBackupTarget() {
return this.backupTarget;
}
/**
*
* Specifies where automated backups and manual snapshots are stored for the restored DB instance.
*
*
* Possible values are outposts
(Amazon Web Services Outposts) and region
(Amazon Web
* Services Region). The default is region
.
*
*
* For more information, see Working with Amazon RDS on
* Amazon Web Services Outposts in the Amazon RDS User Guide.
*
*
* @param backupTarget
* Specifies where automated backups and manual snapshots are stored for the restored DB instance.
*
* Possible values are outposts
(Amazon Web Services Outposts) and region
(Amazon
* Web Services Region). The default is region
.
*
*
* For more information, see Working with Amazon RDS
* on Amazon Web Services Outposts in the Amazon RDS User Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withBackupTarget(String backupTarget) {
setBackupTarget(backupTarget);
return this;
}
/**
*
* The network type of the DB instance.
*
*
* Valid Values:
*
*
* -
*
* IPV4
*
*
* -
*
* DUAL
*
*
*
*
* The network type is determined by the DBSubnetGroup
specified for the DB instance. A
* DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
* DUAL
).
*
*
* For more information, see Working
* with a DB instance in a VPC in the Amazon RDS User Guide.
*
*
* @param networkType
* The network type of the DB instance.
*
* Valid Values:
*
*
* -
*
* IPV4
*
*
* -
*
* DUAL
*
*
*
*
* The network type is determined by the DBSubnetGroup
specified for the DB instance. A
* DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
* DUAL
).
*
*
* For more information, see
* Working with a DB instance in a VPC in the Amazon RDS User Guide.
*/
public void setNetworkType(String networkType) {
this.networkType = networkType;
}
/**
*
* The network type of the DB instance.
*
*
* Valid Values:
*
*
* -
*
* IPV4
*
*
* -
*
* DUAL
*
*
*
*
* The network type is determined by the DBSubnetGroup
specified for the DB instance. A
* DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
* DUAL
).
*
*
* For more information, see Working
* with a DB instance in a VPC in the Amazon RDS User Guide.
*
*
* @return The network type of the DB instance.
*
* Valid Values:
*
*
* -
*
* IPV4
*
*
* -
*
* DUAL
*
*
*
*
* The network type is determined by the DBSubnetGroup
specified for the DB instance. A
* DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
* DUAL
).
*
*
* For more information, see
* Working with a DB instance in a VPC in the Amazon RDS User Guide.
*/
public String getNetworkType() {
return this.networkType;
}
/**
*
* The network type of the DB instance.
*
*
* Valid Values:
*
*
* -
*
* IPV4
*
*
* -
*
* DUAL
*
*
*
*
* The network type is determined by the DBSubnetGroup
specified for the DB instance. A
* DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
* DUAL
).
*
*
* For more information, see Working
* with a DB instance in a VPC in the Amazon RDS User Guide.
*
*
* @param networkType
* The network type of the DB instance.
*
* Valid Values:
*
*
* -
*
* IPV4
*
*
* -
*
* DUAL
*
*
*
*
* The network type is determined by the DBSubnetGroup
specified for the DB instance. A
* DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (
* DUAL
).
*
*
* For more information, see
* Working with a DB instance in a VPC in the Amazon RDS User Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withNetworkType(String networkType) {
setNetworkType(networkType);
return this;
}
/**
*
* Specifies the storage throughput value for the DB instance.
*
*
* This setting doesn't apply to RDS Custom or Amazon Aurora.
*
*
* @param storageThroughput
* Specifies the storage throughput value for the DB instance.
*
* This setting doesn't apply to RDS Custom or Amazon Aurora.
*/
public void setStorageThroughput(Integer storageThroughput) {
this.storageThroughput = storageThroughput;
}
/**
*
* Specifies the storage throughput value for the DB instance.
*
*
* This setting doesn't apply to RDS Custom or Amazon Aurora.
*
*
* @return Specifies the storage throughput value for the DB instance.
*
* This setting doesn't apply to RDS Custom or Amazon Aurora.
*/
public Integer getStorageThroughput() {
return this.storageThroughput;
}
/**
*
* Specifies the storage throughput value for the DB instance.
*
*
* This setting doesn't apply to RDS Custom or Amazon Aurora.
*
*
* @param storageThroughput
* Specifies the storage throughput value for the DB instance.
*
* This setting doesn't apply to RDS Custom or Amazon Aurora.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withStorageThroughput(Integer storageThroughput) {
setStorageThroughput(storageThroughput);
return this;
}
/**
*
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
*
*
* For more information on Multi-AZ DB clusters, see Multi-AZ DB
* cluster deployments in the Amazon RDS User Guide.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing Multi-AZ DB cluster snapshot.
*
*
* -
*
* Can't be specified when DBSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the
* DBClusterSnapshotIdentifier
must be the ARN of the shared snapshot.
*
*
* -
*
* Can't be the identifier of an Aurora DB cluster snapshot.
*
*
*
*
* @param dBClusterSnapshotIdentifier
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
*
* For more information on Multi-AZ DB clusters, see Multi-AZ
* DB cluster deployments in the Amazon RDS User Guide.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing Multi-AZ DB cluster snapshot.
*
*
* -
*
* Can't be specified when DBSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the
* DBClusterSnapshotIdentifier
must be the ARN of the shared snapshot.
*
*
* -
*
* Can't be the identifier of an Aurora DB cluster snapshot.
*
*
*/
public void setDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier) {
this.dBClusterSnapshotIdentifier = dBClusterSnapshotIdentifier;
}
/**
*
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
*
*
* For more information on Multi-AZ DB clusters, see Multi-AZ DB
* cluster deployments in the Amazon RDS User Guide.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing Multi-AZ DB cluster snapshot.
*
*
* -
*
* Can't be specified when DBSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the
* DBClusterSnapshotIdentifier
must be the ARN of the shared snapshot.
*
*
* -
*
* Can't be the identifier of an Aurora DB cluster snapshot.
*
*
*
*
* @return The identifier for the Multi-AZ DB cluster snapshot to restore from.
*
* For more information on Multi-AZ DB clusters, see
* Multi-AZ DB cluster deployments in the Amazon RDS User Guide.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing Multi-AZ DB cluster snapshot.
*
*
* -
*
* Can't be specified when DBSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the
* DBClusterSnapshotIdentifier
must be the ARN of the shared snapshot.
*
*
* -
*
* Can't be the identifier of an Aurora DB cluster snapshot.
*
*
*/
public String getDBClusterSnapshotIdentifier() {
return this.dBClusterSnapshotIdentifier;
}
/**
*
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
*
*
* For more information on Multi-AZ DB clusters, see Multi-AZ DB
* cluster deployments in the Amazon RDS User Guide.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing Multi-AZ DB cluster snapshot.
*
*
* -
*
* Can't be specified when DBSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the
* DBClusterSnapshotIdentifier
must be the ARN of the shared snapshot.
*
*
* -
*
* Can't be the identifier of an Aurora DB cluster snapshot.
*
*
*
*
* @param dBClusterSnapshotIdentifier
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
*
* For more information on Multi-AZ DB clusters, see Multi-AZ
* DB cluster deployments in the Amazon RDS User Guide.
*
*
* Constraints:
*
*
* -
*
* Must match the identifier of an existing Multi-AZ DB cluster snapshot.
*
*
* -
*
* Can't be specified when DBSnapshotIdentifier
is specified.
*
*
* -
*
* Must be specified when DBSnapshotIdentifier
isn't specified.
*
*
* -
*
* If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the
* DBClusterSnapshotIdentifier
must be the ARN of the shared snapshot.
*
*
* -
*
* Can't be the identifier of an Aurora DB cluster snapshot.
*
*
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier) {
setDBClusterSnapshotIdentifier(dBClusterSnapshotIdentifier);
return this;
}
/**
*
* The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules
* specified in CreateDBInstance.
*
*
*
* Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can
* also allocate additional storage for future growth.
*
*
*
* @param allocatedStorage
* The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation
* rules specified in CreateDBInstance.
*
* Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You
* can also allocate additional storage for future growth.
*
*/
public void setAllocatedStorage(Integer allocatedStorage) {
this.allocatedStorage = allocatedStorage;
}
/**
*
* The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules
* specified in CreateDBInstance.
*
*
*
* Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can
* also allocate additional storage for future growth.
*
*
*
* @return The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation
* rules specified in CreateDBInstance.
*
* Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed.
* You can also allocate additional storage for future growth.
*
*/
public Integer getAllocatedStorage() {
return this.allocatedStorage;
}
/**
*
* The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules
* specified in CreateDBInstance.
*
*
*
* Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can
* also allocate additional storage for future growth.
*
*
*
* @param allocatedStorage
* The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation
* rules specified in CreateDBInstance.
*
* Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You
* can also allocate additional storage for future growth.
*
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withAllocatedStorage(Integer allocatedStorage) {
setAllocatedStorage(allocatedStorage);
return this;
}
/**
*
* Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*
*
* @param dedicatedLogVolume
* Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*/
public void setDedicatedLogVolume(Boolean dedicatedLogVolume) {
this.dedicatedLogVolume = dedicatedLogVolume;
}
/**
*
* Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*
*
* @return Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*/
public Boolean getDedicatedLogVolume() {
return this.dedicatedLogVolume;
}
/**
*
* Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*
*
* @param dedicatedLogVolume
* Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withDedicatedLogVolume(Boolean dedicatedLogVolume) {
setDedicatedLogVolume(dedicatedLogVolume);
return this;
}
/**
*
* Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*
*
* @return Specifies whether to enable a dedicated log volume (DLV) for the DB instance.
*/
public Boolean isDedicatedLogVolume() {
return this.dedicatedLogVolume;
}
/**
*
* The CA certificate identifier to use for the DB instance's server certificate.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* For more information, see Using SSL/TLS to encrypt a
* connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to
* encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
*
*
* @param cACertificateIdentifier
* The CA certificate identifier to use for the DB instance's server certificate.
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* For more information, see Using SSL/TLS to
* encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS
* to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
*/
public void setCACertificateIdentifier(String cACertificateIdentifier) {
this.cACertificateIdentifier = cACertificateIdentifier;
}
/**
*
* The CA certificate identifier to use for the DB instance's server certificate.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* For more information, see Using SSL/TLS to encrypt a
* connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to
* encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
*
*
* @return The CA certificate identifier to use for the DB instance's server certificate.
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* For more information, see Using SSL/TLS to
* encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS
* to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
*/
public String getCACertificateIdentifier() {
return this.cACertificateIdentifier;
}
/**
*
* The CA certificate identifier to use for the DB instance's server certificate.
*
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* For more information, see Using SSL/TLS to encrypt a
* connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to
* encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
*
*
* @param cACertificateIdentifier
* The CA certificate identifier to use for the DB instance's server certificate.
*
* This setting doesn't apply to RDS Custom DB instances.
*
*
* For more information, see Using SSL/TLS to
* encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS
* to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withCACertificateIdentifier(String cACertificateIdentifier) {
setCACertificateIdentifier(cACertificateIdentifier);
return this;
}
/**
*
* The life cycle type for this DB instance.
*
*
*
* By default, this value is set to open-source-rds-extended-support
, which enrolls your DB instance
* into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by
* setting the value to open-source-rds-extended-support-disabled
. In this case, RDS automatically
* upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of
* standard support date.
*
*
*
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
* you can run the selected major engine version on your DB instance past the end of standard support for that
* engine version. For more information, see Using Amazon RDS Extended
* Support in the Amazon RDS User Guide.
*
*
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle
* type is managed by the DB cluster.
*
*
* Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled
*
*
* Default: open-source-rds-extended-support
*
*
* @param engineLifecycleSupport
* The life cycle type for this DB instance.
*
* By default, this value is set to open-source-rds-extended-support
, which enrolls your DB
* instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for
* Extended Support by setting the value to open-source-rds-extended-support-disabled
. In this
* case, RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine
* version is past its end of standard support date.
*
*
*
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended
* Support, you can run the selected major engine version on your DB instance past the end of standard
* support for that engine version. For more information, see Using Amazon RDS
* Extended Support in the Amazon RDS User Guide.
*
*
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the
* life cycle type is managed by the DB cluster.
*
*
* Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled
*
*
* Default: open-source-rds-extended-support
*/
public void setEngineLifecycleSupport(String engineLifecycleSupport) {
this.engineLifecycleSupport = engineLifecycleSupport;
}
/**
*
* The life cycle type for this DB instance.
*
*
*
* By default, this value is set to open-source-rds-extended-support
, which enrolls your DB instance
* into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by
* setting the value to open-source-rds-extended-support-disabled
. In this case, RDS automatically
* upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of
* standard support date.
*
*
*
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
* you can run the selected major engine version on your DB instance past the end of standard support for that
* engine version. For more information, see Using Amazon RDS Extended
* Support in the Amazon RDS User Guide.
*
*
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle
* type is managed by the DB cluster.
*
*
* Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled
*
*
* Default: open-source-rds-extended-support
*
*
* @return The life cycle type for this DB instance.
*
* By default, this value is set to open-source-rds-extended-support
, which enrolls your DB
* instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for
* Extended Support by setting the value to open-source-rds-extended-support-disabled
. In this
* case, RDS automatically upgrades your restored DB instance to a higher engine version, if the major
* engine version is past its end of standard support date.
*
*
*
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended
* Support, you can run the selected major engine version on your DB instance past the end of standard
* support for that engine version. For more information, see Using Amazon RDS
* Extended Support in the Amazon RDS User Guide.
*
*
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the
* life cycle type is managed by the DB cluster.
*
*
* Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled
*
*
* Default: open-source-rds-extended-support
*/
public String getEngineLifecycleSupport() {
return this.engineLifecycleSupport;
}
/**
*
* The life cycle type for this DB instance.
*
*
*
* By default, this value is set to open-source-rds-extended-support
, which enrolls your DB instance
* into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by
* setting the value to open-source-rds-extended-support-disabled
. In this case, RDS automatically
* upgrades your restored DB instance to a higher engine version, if the major engine version is past its end of
* standard support date.
*
*
*
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support,
* you can run the selected major engine version on your DB instance past the end of standard support for that
* engine version. For more information, see Using Amazon RDS Extended
* Support in the Amazon RDS User Guide.
*
*
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle
* type is managed by the DB cluster.
*
*
* Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled
*
*
* Default: open-source-rds-extended-support
*
*
* @param engineLifecycleSupport
* The life cycle type for this DB instance.
*
* By default, this value is set to open-source-rds-extended-support
, which enrolls your DB
* instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for
* Extended Support by setting the value to open-source-rds-extended-support-disabled
. In this
* case, RDS automatically upgrades your restored DB instance to a higher engine version, if the major engine
* version is past its end of standard support date.
*
*
*
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended
* Support, you can run the selected major engine version on your DB instance past the end of standard
* support for that engine version. For more information, see Using Amazon RDS
* Extended Support in the Amazon RDS User Guide.
*
*
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the
* life cycle type is managed by the DB cluster.
*
*
* Valid Values: open-source-rds-extended-support | open-source-rds-extended-support-disabled
*
*
* Default: open-source-rds-extended-support
* @return Returns a reference to this object so that method calls can be chained together.
*/
public RestoreDBInstanceFromDBSnapshotRequest withEngineLifecycleSupport(String engineLifecycleSupport) {
setEngineLifecycleSupport(engineLifecycleSupport);
return this;
}
/**
* 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.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getDBInstanceIdentifier() != null)
sb.append("DBInstanceIdentifier: ").append(getDBInstanceIdentifier()).append(",");
if (getDBSnapshotIdentifier() != null)
sb.append("DBSnapshotIdentifier: ").append(getDBSnapshotIdentifier()).append(",");
if (getDBInstanceClass() != null)
sb.append("DBInstanceClass: ").append(getDBInstanceClass()).append(",");
if (getPort() != null)
sb.append("Port: ").append(getPort()).append(",");
if (getAvailabilityZone() != null)
sb.append("AvailabilityZone: ").append(getAvailabilityZone()).append(",");
if (getDBSubnetGroupName() != null)
sb.append("DBSubnetGroupName: ").append(getDBSubnetGroupName()).append(",");
if (getMultiAZ() != null)
sb.append("MultiAZ: ").append(getMultiAZ()).append(",");
if (getPubliclyAccessible() != null)
sb.append("PubliclyAccessible: ").append(getPubliclyAccessible()).append(",");
if (getAutoMinorVersionUpgrade() != null)
sb.append("AutoMinorVersionUpgrade: ").append(getAutoMinorVersionUpgrade()).append(",");
if (getLicenseModel() != null)
sb.append("LicenseModel: ").append(getLicenseModel()).append(",");
if (getDBName() != null)
sb.append("DBName: ").append(getDBName()).append(",");
if (getEngine() != null)
sb.append("Engine: ").append(getEngine()).append(",");
if (getIops() != null)
sb.append("Iops: ").append(getIops()).append(",");
if (getOptionGroupName() != null)
sb.append("OptionGroupName: ").append(getOptionGroupName()).append(",");
if (getTags() != null)
sb.append("Tags: ").append(getTags()).append(",");
if (getStorageType() != null)
sb.append("StorageType: ").append(getStorageType()).append(",");
if (getTdeCredentialArn() != null)
sb.append("TdeCredentialArn: ").append(getTdeCredentialArn()).append(",");
if (getTdeCredentialPassword() != null)
sb.append("TdeCredentialPassword: ").append(getTdeCredentialPassword()).append(",");
if (getVpcSecurityGroupIds() != null)
sb.append("VpcSecurityGroupIds: ").append(getVpcSecurityGroupIds()).append(",");
if (getDomain() != null)
sb.append("Domain: ").append(getDomain()).append(",");
if (getDomainFqdn() != null)
sb.append("DomainFqdn: ").append(getDomainFqdn()).append(",");
if (getDomainOu() != null)
sb.append("DomainOu: ").append(getDomainOu()).append(",");
if (getDomainAuthSecretArn() != null)
sb.append("DomainAuthSecretArn: ").append(getDomainAuthSecretArn()).append(",");
if (getDomainDnsIps() != null)
sb.append("DomainDnsIps: ").append(getDomainDnsIps()).append(",");
if (getCopyTagsToSnapshot() != null)
sb.append("CopyTagsToSnapshot: ").append(getCopyTagsToSnapshot()).append(",");
if (getDomainIAMRoleName() != null)
sb.append("DomainIAMRoleName: ").append(getDomainIAMRoleName()).append(",");
if (getEnableIAMDatabaseAuthentication() != null)
sb.append("EnableIAMDatabaseAuthentication: ").append(getEnableIAMDatabaseAuthentication()).append(",");
if (getEnableCloudwatchLogsExports() != null)
sb.append("EnableCloudwatchLogsExports: ").append(getEnableCloudwatchLogsExports()).append(",");
if (getProcessorFeatures() != null)
sb.append("ProcessorFeatures: ").append(getProcessorFeatures()).append(",");
if (getUseDefaultProcessorFeatures() != null)
sb.append("UseDefaultProcessorFeatures: ").append(getUseDefaultProcessorFeatures()).append(",");
if (getDBParameterGroupName() != null)
sb.append("DBParameterGroupName: ").append(getDBParameterGroupName()).append(",");
if (getDeletionProtection() != null)
sb.append("DeletionProtection: ").append(getDeletionProtection()).append(",");
if (getEnableCustomerOwnedIp() != null)
sb.append("EnableCustomerOwnedIp: ").append(getEnableCustomerOwnedIp()).append(",");
if (getCustomIamInstanceProfile() != null)
sb.append("CustomIamInstanceProfile: ").append(getCustomIamInstanceProfile()).append(",");
if (getBackupTarget() != null)
sb.append("BackupTarget: ").append(getBackupTarget()).append(",");
if (getNetworkType() != null)
sb.append("NetworkType: ").append(getNetworkType()).append(",");
if (getStorageThroughput() != null)
sb.append("StorageThroughput: ").append(getStorageThroughput()).append(",");
if (getDBClusterSnapshotIdentifier() != null)
sb.append("DBClusterSnapshotIdentifier: ").append(getDBClusterSnapshotIdentifier()).append(",");
if (getAllocatedStorage() != null)
sb.append("AllocatedStorage: ").append(getAllocatedStorage()).append(",");
if (getDedicatedLogVolume() != null)
sb.append("DedicatedLogVolume: ").append(getDedicatedLogVolume()).append(",");
if (getCACertificateIdentifier() != null)
sb.append("CACertificateIdentifier: ").append(getCACertificateIdentifier()).append(",");
if (getEngineLifecycleSupport() != null)
sb.append("EngineLifecycleSupport: ").append(getEngineLifecycleSupport());
sb.append("}");
return sb.toString();
}
@Override
public boolean equals(Object obj) {
if (this == obj)
return true;
if (obj == null)
return false;
if (obj instanceof RestoreDBInstanceFromDBSnapshotRequest == false)
return false;
RestoreDBInstanceFromDBSnapshotRequest other = (RestoreDBInstanceFromDBSnapshotRequest) obj;
if (other.getDBInstanceIdentifier() == null ^ this.getDBInstanceIdentifier() == null)
return false;
if (other.getDBInstanceIdentifier() != null && other.getDBInstanceIdentifier().equals(this.getDBInstanceIdentifier()) == false)
return false;
if (other.getDBSnapshotIdentifier() == null ^ this.getDBSnapshotIdentifier() == null)
return false;
if (other.getDBSnapshotIdentifier() != null && other.getDBSnapshotIdentifier().equals(this.getDBSnapshotIdentifier()) == false)
return false;
if (other.getDBInstanceClass() == null ^ this.getDBInstanceClass() == null)
return false;
if (other.getDBInstanceClass() != null && other.getDBInstanceClass().equals(this.getDBInstanceClass()) == false)
return false;
if (other.getPort() == null ^ this.getPort() == null)
return false;
if (other.getPort() != null && other.getPort().equals(this.getPort()) == false)
return false;
if (other.getAvailabilityZone() == null ^ this.getAvailabilityZone() == null)
return false;
if (other.getAvailabilityZone() != null && other.getAvailabilityZone().equals(this.getAvailabilityZone()) == false)
return false;
if (other.getDBSubnetGroupName() == null ^ this.getDBSubnetGroupName() == null)
return false;
if (other.getDBSubnetGroupName() != null && other.getDBSubnetGroupName().equals(this.getDBSubnetGroupName()) == false)
return false;
if (other.getMultiAZ() == null ^ this.getMultiAZ() == null)
return false;
if (other.getMultiAZ() != null && other.getMultiAZ().equals(this.getMultiAZ()) == false)
return false;
if (other.getPubliclyAccessible() == null ^ this.getPubliclyAccessible() == null)
return false;
if (other.getPubliclyAccessible() != null && other.getPubliclyAccessible().equals(this.getPubliclyAccessible()) == false)
return false;
if (other.getAutoMinorVersionUpgrade() == null ^ this.getAutoMinorVersionUpgrade() == null)
return false;
if (other.getAutoMinorVersionUpgrade() != null && other.getAutoMinorVersionUpgrade().equals(this.getAutoMinorVersionUpgrade()) == false)
return false;
if (other.getLicenseModel() == null ^ this.getLicenseModel() == null)
return false;
if (other.getLicenseModel() != null && other.getLicenseModel().equals(this.getLicenseModel()) == false)
return false;
if (other.getDBName() == null ^ this.getDBName() == null)
return false;
if (other.getDBName() != null && other.getDBName().equals(this.getDBName()) == false)
return false;
if (other.getEngine() == null ^ this.getEngine() == null)
return false;
if (other.getEngine() != null && other.getEngine().equals(this.getEngine()) == false)
return false;
if (other.getIops() == null ^ this.getIops() == null)
return false;
if (other.getIops() != null && other.getIops().equals(this.getIops()) == false)
return false;
if (other.getOptionGroupName() == null ^ this.getOptionGroupName() == null)
return false;
if (other.getOptionGroupName() != null && other.getOptionGroupName().equals(this.getOptionGroupName()) == false)
return false;
if (other.getTags() == null ^ this.getTags() == null)
return false;
if (other.getTags() != null && other.getTags().equals(this.getTags()) == false)
return false;
if (other.getStorageType() == null ^ this.getStorageType() == null)
return false;
if (other.getStorageType() != null && other.getStorageType().equals(this.getStorageType()) == false)
return false;
if (other.getTdeCredentialArn() == null ^ this.getTdeCredentialArn() == null)
return false;
if (other.getTdeCredentialArn() != null && other.getTdeCredentialArn().equals(this.getTdeCredentialArn()) == false)
return false;
if (other.getTdeCredentialPassword() == null ^ this.getTdeCredentialPassword() == null)
return false;
if (other.getTdeCredentialPassword() != null && other.getTdeCredentialPassword().equals(this.getTdeCredentialPassword()) == false)
return false;
if (other.getVpcSecurityGroupIds() == null ^ this.getVpcSecurityGroupIds() == null)
return false;
if (other.getVpcSecurityGroupIds() != null && other.getVpcSecurityGroupIds().equals(this.getVpcSecurityGroupIds()) == false)
return false;
if (other.getDomain() == null ^ this.getDomain() == null)
return false;
if (other.getDomain() != null && other.getDomain().equals(this.getDomain()) == false)
return false;
if (other.getDomainFqdn() == null ^ this.getDomainFqdn() == null)
return false;
if (other.getDomainFqdn() != null && other.getDomainFqdn().equals(this.getDomainFqdn()) == false)
return false;
if (other.getDomainOu() == null ^ this.getDomainOu() == null)
return false;
if (other.getDomainOu() != null && other.getDomainOu().equals(this.getDomainOu()) == false)
return false;
if (other.getDomainAuthSecretArn() == null ^ this.getDomainAuthSecretArn() == null)
return false;
if (other.getDomainAuthSecretArn() != null && other.getDomainAuthSecretArn().equals(this.getDomainAuthSecretArn()) == false)
return false;
if (other.getDomainDnsIps() == null ^ this.getDomainDnsIps() == null)
return false;
if (other.getDomainDnsIps() != null && other.getDomainDnsIps().equals(this.getDomainDnsIps()) == false)
return false;
if (other.getCopyTagsToSnapshot() == null ^ this.getCopyTagsToSnapshot() == null)
return false;
if (other.getCopyTagsToSnapshot() != null && other.getCopyTagsToSnapshot().equals(this.getCopyTagsToSnapshot()) == false)
return false;
if (other.getDomainIAMRoleName() == null ^ this.getDomainIAMRoleName() == null)
return false;
if (other.getDomainIAMRoleName() != null && other.getDomainIAMRoleName().equals(this.getDomainIAMRoleName()) == false)
return false;
if (other.getEnableIAMDatabaseAuthentication() == null ^ this.getEnableIAMDatabaseAuthentication() == null)
return false;
if (other.getEnableIAMDatabaseAuthentication() != null
&& other.getEnableIAMDatabaseAuthentication().equals(this.getEnableIAMDatabaseAuthentication()) == false)
return false;
if (other.getEnableCloudwatchLogsExports() == null ^ this.getEnableCloudwatchLogsExports() == null)
return false;
if (other.getEnableCloudwatchLogsExports() != null && other.getEnableCloudwatchLogsExports().equals(this.getEnableCloudwatchLogsExports()) == false)
return false;
if (other.getProcessorFeatures() == null ^ this.getProcessorFeatures() == null)
return false;
if (other.getProcessorFeatures() != null && other.getProcessorFeatures().equals(this.getProcessorFeatures()) == false)
return false;
if (other.getUseDefaultProcessorFeatures() == null ^ this.getUseDefaultProcessorFeatures() == null)
return false;
if (other.getUseDefaultProcessorFeatures() != null && other.getUseDefaultProcessorFeatures().equals(this.getUseDefaultProcessorFeatures()) == false)
return false;
if (other.getDBParameterGroupName() == null ^ this.getDBParameterGroupName() == null)
return false;
if (other.getDBParameterGroupName() != null && other.getDBParameterGroupName().equals(this.getDBParameterGroupName()) == false)
return false;
if (other.getDeletionProtection() == null ^ this.getDeletionProtection() == null)
return false;
if (other.getDeletionProtection() != null && other.getDeletionProtection().equals(this.getDeletionProtection()) == false)
return false;
if (other.getEnableCustomerOwnedIp() == null ^ this.getEnableCustomerOwnedIp() == null)
return false;
if (other.getEnableCustomerOwnedIp() != null && other.getEnableCustomerOwnedIp().equals(this.getEnableCustomerOwnedIp()) == false)
return false;
if (other.getCustomIamInstanceProfile() == null ^ this.getCustomIamInstanceProfile() == null)
return false;
if (other.getCustomIamInstanceProfile() != null && other.getCustomIamInstanceProfile().equals(this.getCustomIamInstanceProfile()) == false)
return false;
if (other.getBackupTarget() == null ^ this.getBackupTarget() == null)
return false;
if (other.getBackupTarget() != null && other.getBackupTarget().equals(this.getBackupTarget()) == false)
return false;
if (other.getNetworkType() == null ^ this.getNetworkType() == null)
return false;
if (other.getNetworkType() != null && other.getNetworkType().equals(this.getNetworkType()) == false)
return false;
if (other.getStorageThroughput() == null ^ this.getStorageThroughput() == null)
return false;
if (other.getStorageThroughput() != null && other.getStorageThroughput().equals(this.getStorageThroughput()) == false)
return false;
if (other.getDBClusterSnapshotIdentifier() == null ^ this.getDBClusterSnapshotIdentifier() == null)
return false;
if (other.getDBClusterSnapshotIdentifier() != null && other.getDBClusterSnapshotIdentifier().equals(this.getDBClusterSnapshotIdentifier()) == false)
return false;
if (other.getAllocatedStorage() == null ^ this.getAllocatedStorage() == null)
return false;
if (other.getAllocatedStorage() != null && other.getAllocatedStorage().equals(this.getAllocatedStorage()) == false)
return false;
if (other.getDedicatedLogVolume() == null ^ this.getDedicatedLogVolume() == null)
return false;
if (other.getDedicatedLogVolume() != null && other.getDedicatedLogVolume().equals(this.getDedicatedLogVolume()) == false)
return false;
if (other.getCACertificateIdentifier() == null ^ this.getCACertificateIdentifier() == null)
return false;
if (other.getCACertificateIdentifier() != null && other.getCACertificateIdentifier().equals(this.getCACertificateIdentifier()) == false)
return false;
if (other.getEngineLifecycleSupport() == null ^ this.getEngineLifecycleSupport() == null)
return false;
if (other.getEngineLifecycleSupport() != null && other.getEngineLifecycleSupport().equals(this.getEngineLifecycleSupport()) == false)
return false;
return true;
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getDBInstanceIdentifier() == null) ? 0 : getDBInstanceIdentifier().hashCode());
hashCode = prime * hashCode + ((getDBSnapshotIdentifier() == null) ? 0 : getDBSnapshotIdentifier().hashCode());
hashCode = prime * hashCode + ((getDBInstanceClass() == null) ? 0 : getDBInstanceClass().hashCode());
hashCode = prime * hashCode + ((getPort() == null) ? 0 : getPort().hashCode());
hashCode = prime * hashCode + ((getAvailabilityZone() == null) ? 0 : getAvailabilityZone().hashCode());
hashCode = prime * hashCode + ((getDBSubnetGroupName() == null) ? 0 : getDBSubnetGroupName().hashCode());
hashCode = prime * hashCode + ((getMultiAZ() == null) ? 0 : getMultiAZ().hashCode());
hashCode = prime * hashCode + ((getPubliclyAccessible() == null) ? 0 : getPubliclyAccessible().hashCode());
hashCode = prime * hashCode + ((getAutoMinorVersionUpgrade() == null) ? 0 : getAutoMinorVersionUpgrade().hashCode());
hashCode = prime * hashCode + ((getLicenseModel() == null) ? 0 : getLicenseModel().hashCode());
hashCode = prime * hashCode + ((getDBName() == null) ? 0 : getDBName().hashCode());
hashCode = prime * hashCode + ((getEngine() == null) ? 0 : getEngine().hashCode());
hashCode = prime * hashCode + ((getIops() == null) ? 0 : getIops().hashCode());
hashCode = prime * hashCode + ((getOptionGroupName() == null) ? 0 : getOptionGroupName().hashCode());
hashCode = prime * hashCode + ((getTags() == null) ? 0 : getTags().hashCode());
hashCode = prime * hashCode + ((getStorageType() == null) ? 0 : getStorageType().hashCode());
hashCode = prime * hashCode + ((getTdeCredentialArn() == null) ? 0 : getTdeCredentialArn().hashCode());
hashCode = prime * hashCode + ((getTdeCredentialPassword() == null) ? 0 : getTdeCredentialPassword().hashCode());
hashCode = prime * hashCode + ((getVpcSecurityGroupIds() == null) ? 0 : getVpcSecurityGroupIds().hashCode());
hashCode = prime * hashCode + ((getDomain() == null) ? 0 : getDomain().hashCode());
hashCode = prime * hashCode + ((getDomainFqdn() == null) ? 0 : getDomainFqdn().hashCode());
hashCode = prime * hashCode + ((getDomainOu() == null) ? 0 : getDomainOu().hashCode());
hashCode = prime * hashCode + ((getDomainAuthSecretArn() == null) ? 0 : getDomainAuthSecretArn().hashCode());
hashCode = prime * hashCode + ((getDomainDnsIps() == null) ? 0 : getDomainDnsIps().hashCode());
hashCode = prime * hashCode + ((getCopyTagsToSnapshot() == null) ? 0 : getCopyTagsToSnapshot().hashCode());
hashCode = prime * hashCode + ((getDomainIAMRoleName() == null) ? 0 : getDomainIAMRoleName().hashCode());
hashCode = prime * hashCode + ((getEnableIAMDatabaseAuthentication() == null) ? 0 : getEnableIAMDatabaseAuthentication().hashCode());
hashCode = prime * hashCode + ((getEnableCloudwatchLogsExports() == null) ? 0 : getEnableCloudwatchLogsExports().hashCode());
hashCode = prime * hashCode + ((getProcessorFeatures() == null) ? 0 : getProcessorFeatures().hashCode());
hashCode = prime * hashCode + ((getUseDefaultProcessorFeatures() == null) ? 0 : getUseDefaultProcessorFeatures().hashCode());
hashCode = prime * hashCode + ((getDBParameterGroupName() == null) ? 0 : getDBParameterGroupName().hashCode());
hashCode = prime * hashCode + ((getDeletionProtection() == null) ? 0 : getDeletionProtection().hashCode());
hashCode = prime * hashCode + ((getEnableCustomerOwnedIp() == null) ? 0 : getEnableCustomerOwnedIp().hashCode());
hashCode = prime * hashCode + ((getCustomIamInstanceProfile() == null) ? 0 : getCustomIamInstanceProfile().hashCode());
hashCode = prime * hashCode + ((getBackupTarget() == null) ? 0 : getBackupTarget().hashCode());
hashCode = prime * hashCode + ((getNetworkType() == null) ? 0 : getNetworkType().hashCode());
hashCode = prime * hashCode + ((getStorageThroughput() == null) ? 0 : getStorageThroughput().hashCode());
hashCode = prime * hashCode + ((getDBClusterSnapshotIdentifier() == null) ? 0 : getDBClusterSnapshotIdentifier().hashCode());
hashCode = prime * hashCode + ((getAllocatedStorage() == null) ? 0 : getAllocatedStorage().hashCode());
hashCode = prime * hashCode + ((getDedicatedLogVolume() == null) ? 0 : getDedicatedLogVolume().hashCode());
hashCode = prime * hashCode + ((getCACertificateIdentifier() == null) ? 0 : getCACertificateIdentifier().hashCode());
hashCode = prime * hashCode + ((getEngineLifecycleSupport() == null) ? 0 : getEngineLifecycleSupport().hashCode());
return hashCode;
}
@Override
public RestoreDBInstanceFromDBSnapshotRequest clone() {
return (RestoreDBInstanceFromDBSnapshotRequest) super.clone();
}
}