public interface ClusterSubnetGroupResourceProps
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterSubnetGroupResourceProps.Builder
A fluent step builder class for
ClusterSubnetGroupResourceProps. |
static class |
ClusterSubnetGroupResourceProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
ClusterSubnetGroupResourceProps. |
static class |
ClusterSubnetGroupResourceProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterSubnetGroupResourceProps.Builder |
builder() |
Object |
getDescription()
``AWS::Redshift::ClusterSubnetGroup.Description``
|
Object |
getSubnetIds()
``AWS::Redshift::ClusterSubnetGroup.SubnetIds``
|
Object |
getTags()
``AWS::Redshift::ClusterSubnetGroup.Tags``
|
void |
setDescription(String value)
``AWS::Redshift::ClusterSubnetGroup.Description``
|
void |
setDescription(software.amazon.awscdk.Token value)
``AWS::Redshift::ClusterSubnetGroup.Description``
|
void |
setSubnetIds(List<Object> value)
``AWS::Redshift::ClusterSubnetGroup.SubnetIds``
|
void |
setSubnetIds(software.amazon.awscdk.Token value)
``AWS::Redshift::ClusterSubnetGroup.SubnetIds``
|
void |
setTags(List<Object> value)
``AWS::Redshift::ClusterSubnetGroup.Tags``
|
void |
setTags(software.amazon.awscdk.Token value)
``AWS::Redshift::ClusterSubnetGroup.Tags``
|
Object getDescription()
void setDescription(String value)
void setDescription(software.amazon.awscdk.Token value)
Object getSubnetIds()
void setSubnetIds(software.amazon.awscdk.Token value)
Object getTags()
void setTags(software.amazon.awscdk.Token value)
static ClusterSubnetGroupResourceProps.Builder builder()
Copyright © 2018. All rights reserved.