@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 - The name of the endpoint. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
CfnEndpointAccessProps.getVpcSecurityGroupIds()vpcSecurityGroupIds - The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder clusterIdentifier(String clusterIdentifier)
CfnEndpointAccessProps.getClusterIdentifier()clusterIdentifier - The cluster identifier of the cluster associated with the endpoint.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder resourceOwner(String resourceOwner)
CfnEndpointAccessProps.getResourceOwner()resourceOwner - The AWS account ID of the owner of the cluster.this@Stability(value=Stable) public CfnEndpointAccessProps.Builder subnetGroupName(String subnetGroupName)
CfnEndpointAccessProps.getSubnetGroupName()subnetGroupName - The subnet group name where Amazon Redshift chooses to deploy the endpoint.this@Stability(value=Stable) public CfnEndpointAccessProps build()
build in interface software.amazon.jsii.Builder<CfnEndpointAccessProps>CfnEndpointAccessPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.