public static interface ModifyClusterSubnetGroupRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
Modifier and Type | Method and Description |
---|---|
ModifyClusterSubnetGroupRequest.Builder |
clusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group to be modified.
|
ModifyClusterSubnetGroupRequest.Builder |
description(String description)
A text description of the subnet group to be modified.
|
ModifyClusterSubnetGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ModifyClusterSubnetGroupRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyClusterSubnetGroupRequest.Builder |
subnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs.
|
ModifyClusterSubnetGroupRequest.Builder |
subnetIds(String... subnetIds)
An array of VPC subnet IDs.
|
build
requestOverrideConfig
copy
apply, build
ModifyClusterSubnetGroupRequest.Builder clusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group to be modified.
clusterSubnetGroupName
- The name of the subnet group to be modified.ModifyClusterSubnetGroupRequest.Builder description(String description)
A text description of the subnet group to be modified.
description
- A text description of the subnet group to be modified.ModifyClusterSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
subnetIds
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.ModifyClusterSubnetGroupRequest.Builder subnetIds(String... subnetIds)
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
subnetIds
- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.ModifyClusterSubnetGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ModifyClusterSubnetGroupRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.