CopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
, SdkBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
public static interface CreateReplicationSubnetGroupRequest.Builder extends CopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateReplicationSubnetGroupRequest.Builder |
replicationSubnetGroupDescription(String replicationSubnetGroupDescription) |
The description for the subnet group.
|
CreateReplicationSubnetGroupRequest.Builder |
replicationSubnetGroupIdentifier(String replicationSubnetGroupIdentifier) |
The name for the replication subnet group.
|
CreateReplicationSubnetGroupRequest.Builder |
subnetIds(String... subnetIds) |
The EC2 subnet IDs for the subnet group.
|
CreateReplicationSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
The EC2 subnet IDs for the subnet group.
|
CreateReplicationSubnetGroupRequest.Builder |
tags(Collection<Tag> tags) |
The tag to be assigned to the subnet group.
|
CreateReplicationSubnetGroupRequest.Builder |
tags(Tag... tags) |
The tag to be assigned to the subnet group.
|
copy
apply, build
CreateReplicationSubnetGroupRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnetIds(java.util.Collection)
or #withSubnetIds(java.util.Collection)
if you want to
override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tag to be assigned to the subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.