CopyableBuilder<CreateSubnetGroupRequest.Builder,CreateSubnetGroupRequest>, SdkBuilder<CreateSubnetGroupRequest.Builder,CreateSubnetGroupRequest>public static interface CreateSubnetGroupRequest.Builder extends CopyableBuilder<CreateSubnetGroupRequest.Builder,CreateSubnetGroupRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateSubnetGroupRequest.Builder |
description(String description) |
A description for the subnet group
|
CreateSubnetGroupRequest.Builder |
subnetGroupName(String subnetGroupName) |
A name for the subnet group.
|
CreateSubnetGroupRequest.Builder |
subnetIds(String... subnetIds) |
A list of VPC subnet IDs for the subnet group.
|
CreateSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
A list of VPC subnet IDs for the subnet group.
|
copyapply, buildCreateSubnetGroupRequest.Builder subnetGroupName(String subnetGroupName)
A name for the subnet group. This value is stored as a lowercase string.
subnetGroupName - A name for the subnet group. This value is stored as a lowercase string.CreateSubnetGroupRequest.Builder description(String description)
A description for the subnet group
description - A description for the subnet groupCreateSubnetGroupRequest.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.
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 - A list of VPC subnet IDs for the subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.