public static interface CreateReplicationSubnetGroupRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildCreateReplicationSubnetGroupRequest.Builder replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier)
The name for the replication subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".
Example: mySubnetgroup
replicationSubnetGroupIdentifier - The name for the replication subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".
Example: mySubnetgroup
CreateReplicationSubnetGroupRequest.Builder replicationSubnetGroupDescription(String replicationSubnetGroupDescription)
The description for the subnet group.
replicationSubnetGroupDescription - The description for the subnet group.CreateReplicationSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the subnet group.
subnetIds - The EC2 subnet IDs for the subnet group.CreateReplicationSubnetGroupRequest.Builder subnetIds(String... subnetIds)
The EC2 subnet IDs for the subnet group.
subnetIds - The EC2 subnet IDs for the subnet group.CreateReplicationSubnetGroupRequest.Builder tags(Collection<Tag> tags)
The tag to be assigned to the subnet group.
tags - The tag to be assigned to the subnet group.CreateReplicationSubnetGroupRequest.Builder tags(Tag... tags)
The tag to be assigned to the subnet group.
tags - The tag to be assigned to the subnet group.CreateReplicationSubnetGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.