CopyableBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>
, SdkBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>
public static interface UpdateSubnetGroupRequest.Builder extends CopyableBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateSubnetGroupRequest.Builder |
description(String description) |
A description of the subnet group.
|
UpdateSubnetGroupRequest.Builder |
subnetGroupName(String subnetGroupName) |
The name of the subnet group.
|
UpdateSubnetGroupRequest.Builder |
subnetIds(String... subnetIds) |
A list of subnet IDs in the subnet group.
|
UpdateSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds) |
A list of subnet IDs in the subnet group.
|
copy
apply, build
UpdateSubnetGroupRequest.Builder subnetGroupName(String subnetGroupName)
The name of the subnet group.
subnetGroupName
- The name of the subnet group.UpdateSubnetGroupRequest.Builder description(String description)
A description of the subnet group.
description
- A description of the subnet group.UpdateSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs in the subnet group.
subnetIds
- A list of subnet IDs in the subnet group.UpdateSubnetGroupRequest.Builder subnetIds(String... subnetIds)
A list of subnet IDs in 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 subnet IDs in the subnet group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.