@Stability(value=Stable) public static final class CfnEndpointAccessProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointAccessProps>
CfnEndpointAccessProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointAccessProps |
build()
Builds the configured instance.
|
CfnEndpointAccessProps.Builder |
clusterIdentifier(String clusterIdentifier)
Sets the value of
CfnEndpointAccessProps.getClusterIdentifier() |
CfnEndpointAccessProps.Builder |
endpointName(String endpointName)
Sets the value of
CfnEndpointAccessProps.getEndpointName() |
CfnEndpointAccessProps.Builder |
resourceOwner(String resourceOwner)
Sets the value of
CfnEndpointAccessProps.getResourceOwner() |
CfnEndpointAccessProps.Builder |
subnetGroupName(String subnetGroupName)
Sets the value of
CfnEndpointAccessProps.getSubnetGroupName() |
CfnEndpointAccessProps.Builder |
vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Sets the value of
CfnEndpointAccessProps.getVpcSecurityGroupIds() |
@Stability(value=Stable) public CfnEndpointAccessProps.Builder endpointName(String endpointName)
CfnEndpointAccessProps.getEndpointName()endpointName - `AWS::Redshift::EndpointAccess.EndpointName`. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
CfnEndpointAccessProps.getVpcSecurityGroupIds()vpcSecurityGroupIds - `AWS::Redshift::EndpointAccess.VpcSecurityGroupIds`. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder clusterIdentifier(String clusterIdentifier)
CfnEndpointAccessProps.getClusterIdentifier()clusterIdentifier - `AWS::Redshift::EndpointAccess.ClusterIdentifier`.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder resourceOwner(String resourceOwner)
CfnEndpointAccessProps.getResourceOwner()resourceOwner - `AWS::Redshift::EndpointAccess.ResourceOwner`.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder subnetGroupName(String subnetGroupName)
CfnEndpointAccessProps.getSubnetGroupName()subnetGroupName - `AWS::Redshift::EndpointAccess.SubnetGroupName`.this@Stability(value=Stable) public CfnEndpointAccessProps build()
build in interface software.amazon.jsii.Builder<CfnEndpointAccessProps>CfnEndpointAccessPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.