Package com.pulumi.aws.redshift.inputs
Class EndpointAccessState.Builder
- java.lang.Object
-
- com.pulumi.aws.redshift.inputs.EndpointAccessState.Builder
-
- Enclosing class:
- EndpointAccessState
public static final class EndpointAccessState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EndpointAccessState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointAccessState.Builder
address(com.pulumi.core.Output<java.lang.String> address)
EndpointAccessState.Builder
address(java.lang.String address)
EndpointAccessState
build()
EndpointAccessState.Builder
clusterIdentifier(com.pulumi.core.Output<java.lang.String> clusterIdentifier)
EndpointAccessState.Builder
clusterIdentifier(java.lang.String clusterIdentifier)
EndpointAccessState.Builder
endpointName(com.pulumi.core.Output<java.lang.String> endpointName)
EndpointAccessState.Builder
endpointName(java.lang.String endpointName)
EndpointAccessState.Builder
port(com.pulumi.core.Output<java.lang.Integer> port)
EndpointAccessState.Builder
port(java.lang.Integer port)
EndpointAccessState.Builder
resourceOwner(com.pulumi.core.Output<java.lang.String> resourceOwner)
EndpointAccessState.Builder
resourceOwner(java.lang.String resourceOwner)
EndpointAccessState.Builder
subnetGroupName(com.pulumi.core.Output<java.lang.String> subnetGroupName)
EndpointAccessState.Builder
subnetGroupName(java.lang.String subnetGroupName)
EndpointAccessState.Builder
vpcEndpoints(EndpointAccessVpcEndpointArgs... vpcEndpoints)
EndpointAccessState.Builder
vpcEndpoints(com.pulumi.core.Output<java.util.List<EndpointAccessVpcEndpointArgs>> vpcEndpoints)
EndpointAccessState.Builder
vpcEndpoints(java.util.List<EndpointAccessVpcEndpointArgs> vpcEndpoints)
EndpointAccessState.Builder
vpcSecurityGroupIds(com.pulumi.core.Output<java.util.List<java.lang.String>> vpcSecurityGroupIds)
EndpointAccessState.Builder
vpcSecurityGroupIds(java.lang.String... vpcSecurityGroupIds)
EndpointAccessState.Builder
vpcSecurityGroupIds(java.util.List<java.lang.String> vpcSecurityGroupIds)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EndpointAccessState defaults)
-
-
Method Detail
-
address
public EndpointAccessState.Builder address(@Nullable com.pulumi.core.Output<java.lang.String> address)
- Parameters:
address
- The DNS address of the endpoint.- Returns:
- builder
-
address
public EndpointAccessState.Builder address(java.lang.String address)
- Parameters:
address
- The DNS address of the endpoint.- Returns:
- builder
-
clusterIdentifier
public EndpointAccessState.Builder clusterIdentifier(@Nullable com.pulumi.core.Output<java.lang.String> clusterIdentifier)
- Parameters:
clusterIdentifier
- The cluster identifier of the cluster to access.- Returns:
- builder
-
clusterIdentifier
public EndpointAccessState.Builder clusterIdentifier(java.lang.String clusterIdentifier)
- Parameters:
clusterIdentifier
- The cluster identifier of the cluster to access.- Returns:
- builder
-
endpointName
public EndpointAccessState.Builder endpointName(@Nullable com.pulumi.core.Output<java.lang.String> endpointName)
- Parameters:
endpointName
- The Redshift-managed VPC endpoint name.- Returns:
- builder
-
endpointName
public EndpointAccessState.Builder endpointName(java.lang.String endpointName)
- Parameters:
endpointName
- The Redshift-managed VPC endpoint name.- Returns:
- builder
-
port
public EndpointAccessState.Builder port(@Nullable com.pulumi.core.Output<java.lang.Integer> port)
- Parameters:
port
- The port number on which the cluster accepts incoming connections.- Returns:
- builder
-
port
public EndpointAccessState.Builder port(java.lang.Integer port)
- Parameters:
port
- The port number on which the cluster accepts incoming connections.- Returns:
- builder
-
resourceOwner
public EndpointAccessState.Builder resourceOwner(@Nullable com.pulumi.core.Output<java.lang.String> resourceOwner)
- Parameters:
resourceOwner
- The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.- Returns:
- builder
-
resourceOwner
public EndpointAccessState.Builder resourceOwner(java.lang.String resourceOwner)
- Parameters:
resourceOwner
- The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.- Returns:
- builder
-
subnetGroupName
public EndpointAccessState.Builder subnetGroupName(@Nullable com.pulumi.core.Output<java.lang.String> subnetGroupName)
- Parameters:
subnetGroupName
- The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.- Returns:
- builder
-
subnetGroupName
public EndpointAccessState.Builder subnetGroupName(java.lang.String subnetGroupName)
- Parameters:
subnetGroupName
- The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.- Returns:
- builder
-
vpcEndpoints
public EndpointAccessState.Builder vpcEndpoints(@Nullable com.pulumi.core.Output<java.util.List<EndpointAccessVpcEndpointArgs>> vpcEndpoints)
- Parameters:
vpcEndpoints
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. See details below.- Returns:
- builder
-
vpcEndpoints
public EndpointAccessState.Builder vpcEndpoints(java.util.List<EndpointAccessVpcEndpointArgs> vpcEndpoints)
- Parameters:
vpcEndpoints
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. See details below.- Returns:
- builder
-
vpcEndpoints
public EndpointAccessState.Builder vpcEndpoints(EndpointAccessVpcEndpointArgs... vpcEndpoints)
- Parameters:
vpcEndpoints
- The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. See details below.- Returns:
- builder
-
vpcSecurityGroupIds
public EndpointAccessState.Builder vpcSecurityGroupIds(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> vpcSecurityGroupIds)
- Parameters:
vpcSecurityGroupIds
- The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.- Returns:
- builder
-
vpcSecurityGroupIds
public EndpointAccessState.Builder vpcSecurityGroupIds(java.util.List<java.lang.String> vpcSecurityGroupIds)
- Parameters:
vpcSecurityGroupIds
- The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.- Returns:
- builder
-
vpcSecurityGroupIds
public EndpointAccessState.Builder vpcSecurityGroupIds(java.lang.String... vpcSecurityGroupIds)
- Parameters:
vpcSecurityGroupIds
- The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.- Returns:
- builder
-
build
public EndpointAccessState build()
-
-