@Generated(value="software.amazon.awssdk:codegen") public final class ModifyReplicationInstanceRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<ModifyReplicationInstanceRequest.Builder,ModifyReplicationInstanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModifyReplicationInstanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
allocatedStorage()
The amount of storage (in gigabytes) to be allocated for the replication instance.
|
Boolean |
allowMajorVersionUpgrade()
Indicates that major version upgrades are allowed.
|
Boolean |
applyImmediately()
Indicates whether the changes should be applied immediately or during the next maintenance window.
|
Boolean |
autoMinorVersionUpgrade()
Indicates that minor version upgrades will be applied automatically to the replication instance during the
maintenance window.
|
static ModifyReplicationInstanceRequest.Builder |
builder() |
String |
engineVersion()
The engine version number of the replication instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasVpcSecurityGroupIds()
Returns true if the VpcSecurityGroupIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Boolean |
multiAZ()
Specifies whether the replication instance is a Multi-AZ deployment.
|
String |
preferredMaintenanceWindow()
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage.
|
String |
replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
String |
replicationInstanceClass()
The compute and memory capacity of the replication instance.
|
String |
replicationInstanceIdentifier()
The replication instance identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModifyReplicationInstanceRequest.Builder> |
serializableBuilderClass() |
ModifyReplicationInstanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
vpcSecurityGroupIds()
Specifies the VPC security group to be used with the replication instance.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public Integer allocatedStorage()
The amount of storage (in gigabytes) to be allocated for the replication instance.
public Boolean applyImmediately()
Indicates whether the changes should be applied immediately or during the next maintenance window.
public String replicationInstanceClass()
The compute and memory capacity of the replication instance.
Valid Values:
dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
Valid Values:
dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge
public boolean hasVpcSecurityGroupIds()
public List<String> vpcSecurityGroupIds()
Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVpcSecurityGroupIds() to see if a value was sent in this field.
public String preferredMaintenanceWindow()
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
public Boolean multiAZ()
Specifies whether the replication instance is a Multi-AZ deployment. You cannot set the
AvailabilityZone parameter if the Multi-AZ parameter is set to true.
AvailabilityZone parameter if the Multi-AZ parameter is set to true.public String engineVersion()
The engine version number of the replication instance.
public Boolean allowMajorVersionUpgrade()
Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage, and the change is asynchronously applied as soon as possible.
This parameter must be set to true when specifying a value for the EngineVersion
parameter that is a different major version than the replication instance's current version.
This parameter must be set to true when specifying a value for the
EngineVersion parameter that is a different major version than the replication instance's
current version.
public Boolean autoMinorVersionUpgrade()
Indicates that minor version upgrades will be applied automatically to the replication instance during the
maintenance window. Changing this parameter does not result in an outage except in the following case and the
change is asynchronously applied as soon as possible. An outage will result if this parameter is set to
true during the maintenance window, and a newer minor version is available, and AWS DMS has enabled
auto patching for that engine version.
true during the maintenance window, and a newer minor version is available, and AWS
DMS has enabled auto patching for that engine version.public String replicationInstanceIdentifier()
The replication instance identifier. This parameter is stored as a lowercase string.
public ModifyReplicationInstanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModifyReplicationInstanceRequest.Builder,ModifyReplicationInstanceRequest>toBuilder in class DatabaseMigrationRequestpublic static ModifyReplicationInstanceRequest.Builder builder()
public static Class<? extends ModifyReplicationInstanceRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.