Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateClusterSubnetGroupRequest.Builder,CreateClusterSubnetGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateClusterSubnetGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateClusterSubnetGroupRequest.Builder,CreateClusterSubnetGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateClusterSubnetGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateClusterSubnetGroupRequest.Builder |
builder() |
|
String |
clusterSubnetGroupName() |
The name for the subnet group.
|
String |
description() |
A description for the subnet group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateClusterSubnetGroupRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
subnetIds() |
An array of VPC subnet IDs.
|
List<Tag> |
tags() |
A list of tag instances.
|
CreateClusterSubnetGroupRequest.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 for the subnet group. Amazon Redshift stores the value as a lowercase string.
Constraints:
Must contain no more than 255 alphanumeric characters or hyphens.
Must not be "Default".
Must be unique for all subnet groups that are created by your AWS account.
Example: examplesubnetgroup
Constraints:
Must contain no more than 255 alphanumeric characters or hyphens.
Must not be "Default".
Must be unique for all subnet groups that are created by your AWS account.
Example: examplesubnetgroup
public String description()
A description for the subnet group.
public List<String> subnetIds()
An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.
public CreateClusterSubnetGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateClusterSubnetGroupRequest.Builder,CreateClusterSubnetGroupRequest>
public static CreateClusterSubnetGroupRequest.Builder builder()
public static Class<? extends CreateClusterSubnetGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.