Interface ModifyClusterSubnetGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>,RedshiftRequest.Builder,SdkBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyClusterSubnetGroupRequest
public static interface ModifyClusterSubnetGroupRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyClusterSubnetGroupRequest.BuilderclusterSubnetGroupName(String clusterSubnetGroupName)The name of the subnet group to be modified.ModifyClusterSubnetGroupRequest.Builderdescription(String description)A text description of the subnet group to be modified.ModifyClusterSubnetGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyClusterSubnetGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyClusterSubnetGroupRequest.BuildersubnetIds(String... subnetIds)An array of VPC subnet IDs.ModifyClusterSubnetGroupRequest.BuildersubnetIds(Collection<String> subnetIds)An array of VPC subnet IDs.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterSubnetGroupName
ModifyClusterSubnetGroupRequest.Builder clusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group to be modified.
- Parameters:
clusterSubnetGroupName- The name of the subnet group to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ModifyClusterSubnetGroupRequest.Builder description(String description)
A text description of the subnet group to be modified.
- Parameters:
description- A text description of the subnet group to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
ModifyClusterSubnetGroupRequest.Builder subnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
- Parameters:
subnetIds- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
ModifyClusterSubnetGroupRequest.Builder subnetIds(String... subnetIds)
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
- Parameters:
subnetIds- An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyClusterSubnetGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyClusterSubnetGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-