@Stability(value=Stable) public static final class CfnEndpointAccess.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointAccess>
CfnEndpointAccess.| Modifier and Type | Method and Description |
|---|---|
CfnEndpointAccess |
build() |
CfnEndpointAccess.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster associated with the endpoint.
|
static CfnEndpointAccess.Builder |
create(Construct scope,
String id) |
CfnEndpointAccess.Builder |
endpointName(String endpointName)
The name of the endpoint.
|
CfnEndpointAccess.Builder |
resourceOwner(String resourceOwner)
The AWS account ID of the owner of the cluster.
|
CfnEndpointAccess.Builder |
subnetGroupName(String subnetGroupName)
The subnet group name where Amazon Redshift chooses to deploy the endpoint.
|
CfnEndpointAccess.Builder |
vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
@Stability(value=Stable) public static CfnEndpointAccess.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEndpointAccess.VpcSecurityGroupProperty.Builder.@Stability(value=Stable) public CfnEndpointAccess.Builder endpointName(String endpointName)
endpointName - The name of the endpoint. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccess.Builder vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
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 CfnEndpointAccess.Builder clusterIdentifier(String clusterIdentifier)
clusterIdentifier - The cluster identifier of the cluster associated with the endpoint. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccess.Builder resourceOwner(String resourceOwner)
resourceOwner - The AWS account ID of the owner of the cluster. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccess.Builder subnetGroupName(String subnetGroupName)
subnetGroupName - The subnet group name where Amazon Redshift chooses to deploy the endpoint. This parameter is required.this@Stability(value=Stable) public CfnEndpointAccess build()
build in interface software.amazon.jsii.Builder<CfnEndpointAccess>Copyright © 2022. All rights reserved.