public static interface CreateReplicationSubnetGroupRequest.Builder extends DatabaseMigrationRequest.Builder, CopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
buildrequestOverrideConfigcopyapply, 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 tags(Consumer<Tag.Builder>... tags)
The tag to be assigned to the subnet group.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateReplicationSubnetGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateReplicationSubnetGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.