Class EndpointAccessState.Builder

  • Enclosing class:
    EndpointAccessState

    public static final class EndpointAccessState.Builder
    extends java.lang.Object
    • 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
      • 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