Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyClusterSubnetGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyClusterSubnetGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyClusterSubnetGroupRequest.Builder |
builder() |
|
String |
clusterSubnetGroupName() |
The name of the subnet group to be modified.
|
String |
description() |
A text description of the subnet group to be modified.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ModifyClusterSubnetGroupRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
subnetIds() |
An array of VPC subnet IDs.
|
ModifyClusterSubnetGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clusterSubnetGroupName()
The name of the subnet group to be modified.
public String description()
A text description of the subnet group to be modified.
public List<String> subnetIds()
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
public ModifyClusterSubnetGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyClusterSubnetGroupRequest.Builder,ModifyClusterSubnetGroupRequest>
public static ModifyClusterSubnetGroupRequest.Builder builder()
public static Class<? extends ModifyClusterSubnetGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.