public static interface CreateSubnetGroupRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<CreateSubnetGroupRequest.Builder,CreateSubnetGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSubnetGroupRequest.Builder subnetGroupName(String subnetGroupName)
The name of the subnet group.
subnetGroupName - The name of the subnet group.CreateSubnetGroupRequest.Builder description(String description)
A description for the subnet group.
description - A description for the subnet group.CreateSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs for the subnet group.
subnetIds - A list of VPC subnet IDs for the subnet group.CreateSubnetGroupRequest.Builder subnetIds(String... subnetIds)
A list of VPC subnet IDs for the subnet group.
subnetIds - A list of VPC subnet IDs for the subnet group.CreateSubnetGroupRequest.Builder tags(Collection<Tag> tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
tags - A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied
by a tag value, although null is accepted.CreateSubnetGroupRequest.Builder tags(Tag... tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
tags - A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied
by a tag value, although null is accepted.CreateSubnetGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.