Class ModifyClusterSubnetGroupRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe name of the subnet group to be modified.A text description of the subnet group to be modified.An array of VPC subnet IDs.inthashCode()voidsetClusterSubnetGroupName(String clusterSubnetGroupName) The name of the subnet group to be modified.voidsetDescription(String description) A text description of the subnet group to be modified.voidsetSubnetIds(Collection<String> subnetIds) An array of VPC subnet IDs.toString()Returns a string representation of this object; useful for testing and debugging.withClusterSubnetGroupName(String clusterSubnetGroupName) The name of the subnet group to be modified.withDescription(String description) A text description of the subnet group to be modified.withSubnetIds(String... subnetIds) An array of VPC subnet IDs.withSubnetIds(Collection<String> subnetIds) An array of VPC subnet IDs.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ModifyClusterSubnetGroupRequest
public ModifyClusterSubnetGroupRequest()
-
-
Method Details
-
setClusterSubnetGroupName
The name of the subnet group to be modified.
- Parameters:
clusterSubnetGroupName- The name of the subnet group to be modified.
-
getClusterSubnetGroupName
The name of the subnet group to be modified.
- Returns:
- The name of the subnet group to be modified.
-
withClusterSubnetGroupName
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.
-
setDescription
A text description of the subnet group to be modified.
- Parameters:
description- A text description of the subnet group to be modified.
-
getDescription
A text description of the subnet group to be modified.
- Returns:
- A text description of the subnet group to be modified.
-
withDescription
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.
-
getSubnetIds
-
setSubnetIds
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.
-
withSubnetIds
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
NOTE: This method appends the values to the existing list (if any). Use
setSubnetIds(java.util.Collection)orwithSubnetIds(java.util.Collection)if you want to override the existing values.- 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.
-
withSubnetIds
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.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-