public static interface CreateReplicationSubnetGroupRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
One or more subnet IDs to be assigned to the subnet group.
subnetIds - One or more subnet IDs to be assigned to the subnet group.CreateReplicationSubnetGroupRequest.Builder subnetIds(String... subnetIds)
One or more subnet IDs to be assigned to the subnet group.
subnetIds - One or more subnet IDs to be assigned to the subnet group.CreateReplicationSubnetGroupRequest.Builder tags(Collection<Tag> tags)
One or more tags to be assigned to the subnet group.
tags - One or more tags to be assigned to the subnet group.CreateReplicationSubnetGroupRequest.Builder tags(Tag... tags)
One or more tags to be assigned to the subnet group.
tags - One or more tags to be assigned to the subnet group.CreateReplicationSubnetGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
One or more tags 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateReplicationSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.