@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()
A value that indicates that minor version upgrades are 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 as defined for the specified replication instance
class.
|
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 final String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public final Integer allocatedStorage()
The amount of storage (in gigabytes) to be allocated for the replication instance.
public final Boolean applyImmediately()
Indicates whether the changes should be applied immediately or during the next maintenance window.
public final String replicationInstanceClass()
The compute and memory capacity of the replication instance as defined for the specified replication instance
class. For example to specify the instance class dms.c4.large, set this parameter to "dms.c4.large".
For more information on the settings and capacities for the available replication instance classes, see Selecting the right AWS DMS replication instance for your migration.
"dms.c4.large".
For more information on the settings and capacities for the available replication instance classes, see Selecting the right AWS DMS replication instance for your migration.
public final boolean hasVpcSecurityGroupIds()
public final 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 final 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 final Boolean multiAZ()
Specifies whether the replication instance is a Multi-AZ deployment. You can't 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 final String engineVersion()
The engine version number of the replication instance.
When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade to
true.
When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade to
true.
public final 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 final Boolean autoMinorVersionUpgrade()
A value that indicates that minor version upgrades are applied automatically to the replication instance during the maintenance window. Changing this parameter doesn't result in an outage, except in the case described following. The change is asynchronously applied as soon as possible.
An outage does result if these factors apply:
This parameter is set to true during the maintenance window.
A newer minor version is available.
AWS DMS has enabled automatic patching for the given engine version.
An outage does result if these factors apply:
This parameter is set to true during the maintenance window.
A newer minor version is available.
AWS DMS has enabled automatic patching for the given engine version.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.