public static final class ClusterSubnetGroupResourceProps.Jsii$Pojo extends Object implements ClusterSubnetGroupResourceProps
ClusterSubnetGroupResourceProps.ClusterSubnetGroupResourceProps.Builder, ClusterSubnetGroupResourceProps.Jsii$Pojo, ClusterSubnetGroupResourceProps.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected Object |
_description |
protected Object |
_subnetIds |
protected Object |
_tags |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| Modifier and Type | Method and Description |
|---|---|
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``
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Object _description
protected Object _subnetIds
protected Object _tags
public Object getDescription()
ClusterSubnetGroupResourcePropsgetDescription in interface ClusterSubnetGroupResourcePropspublic void setDescription(String value)
ClusterSubnetGroupResourcePropssetDescription in interface ClusterSubnetGroupResourcePropspublic void setDescription(software.amazon.awscdk.Token value)
ClusterSubnetGroupResourcePropssetDescription in interface ClusterSubnetGroupResourcePropspublic Object getSubnetIds()
ClusterSubnetGroupResourcePropsgetSubnetIds in interface ClusterSubnetGroupResourcePropspublic void setSubnetIds(software.amazon.awscdk.Token value)
ClusterSubnetGroupResourcePropssetSubnetIds in interface ClusterSubnetGroupResourcePropspublic void setSubnetIds(List<Object> value)
ClusterSubnetGroupResourcePropssetSubnetIds in interface ClusterSubnetGroupResourcePropspublic Object getTags()
ClusterSubnetGroupResourcePropsgetTags in interface ClusterSubnetGroupResourcePropspublic void setTags(software.amazon.awscdk.Token value)
ClusterSubnetGroupResourcePropssetTags in interface ClusterSubnetGroupResourcePropspublic void setTags(List<Object> value)
ClusterSubnetGroupResourcePropssetTags in interface ClusterSubnetGroupResourcePropsCopyright © 2018. All rights reserved.