Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateReplicationSubnetGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateReplicationSubnetGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateReplicationSubnetGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
replicationSubnetGroupDescription() |
The description for the subnet group.
|
String |
replicationSubnetGroupIdentifier() |
The name for the replication subnet group.
|
static Class<? extends CreateReplicationSubnetGroupRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
subnetIds() |
The EC2 subnet IDs for the subnet group.
|
List<Tag> |
tags() |
The tag to be assigned to the subnet group.
|
CreateReplicationSubnetGroupRequest.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 replicationSubnetGroupIdentifier()
The name for the replication subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".
Example: mySubnetgroup
Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens. Must not be "default".
Example: mySubnetgroup
public String replicationSubnetGroupDescription()
The description for the subnet group.
public List<String> subnetIds()
The EC2 subnet IDs for the subnet group.
public List<Tag> tags()
The tag to be assigned to the subnet group.
public CreateReplicationSubnetGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateReplicationSubnetGroupRequest.Builder,CreateReplicationSubnetGroupRequest>
public static CreateReplicationSubnetGroupRequest.Builder builder()
public static Class<? extends CreateReplicationSubnetGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.