public static interface UpdateSubnetGroupRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<UpdateSubnetGroupRequest.Builder,UpdateSubnetGroupRequest>
Modifier and Type | Method and Description |
---|---|
UpdateSubnetGroupRequest.Builder |
description(String description)
A description of the subnet group.
|
UpdateSubnetGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateSubnetGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateSubnetGroupRequest.Builder |
subnetGroupName(String subnetGroupName)
The name of the subnet group.
|
UpdateSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs in the subnet group.
|
UpdateSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs in the subnet group.
|
build
overrideConfiguration
copy
applyMutation, 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.
subnetIds
- A list of subnet IDs in the subnet group.UpdateSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.