JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.redshift.model

Class CreateEndpointAccessRequest

    • Constructor Detail

      • CreateEndpointAccessRequest

        public CreateEndpointAccessRequest()
    • Method Detail

      • setClusterIdentifier

        public void setClusterIdentifier(String clusterIdentifier)

        The cluster identifier of the cluster to access.

        Parameters:
        clusterIdentifier - The cluster identifier of the cluster to access.
      • getClusterIdentifier

        public String getClusterIdentifier()

        The cluster identifier of the cluster to access.

        Returns:
        The cluster identifier of the cluster to access.
      • withClusterIdentifier

        public CreateEndpointAccessRequest withClusterIdentifier(String clusterIdentifier)

        The cluster identifier of the cluster to access.

        Parameters:
        clusterIdentifier - The cluster identifier of the cluster to access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceOwner

        public void setResourceOwner(String 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.

        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.
      • getResourceOwner

        public String getResourceOwner()

        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:
        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.
      • withResourceOwner

        public CreateEndpointAccessRequest withResourceOwner(String 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.

        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:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpointName

        public void setEndpointName(String endpointName)

        The Redshift-managed VPC endpoint name.

        An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

        Parameters:
        endpointName - The Redshift-managed VPC endpoint name.

        An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

      • getEndpointName

        public String getEndpointName()

        The Redshift-managed VPC endpoint name.

        An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

        Returns:
        The Redshift-managed VPC endpoint name.

        An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

      • withEndpointName

        public CreateEndpointAccessRequest withEndpointName(String endpointName)

        The Redshift-managed VPC endpoint name.

        An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

        Parameters:
        endpointName - The Redshift-managed VPC endpoint name.

        An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubnetGroupName

        public void setSubnetGroupName(String subnetGroupName)

        The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.

        Parameters:
        subnetGroupName - The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
      • getSubnetGroupName

        public String getSubnetGroupName()

        The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.

        Returns:
        The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
      • withSubnetGroupName

        public CreateEndpointAccessRequest withSubnetGroupName(String subnetGroupName)

        The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.

        Parameters:
        subnetGroupName - The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getVpcSecurityGroupIds

        public List<String> getVpcSecurityGroupIds()

        The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        Returns:
        The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
      • setVpcSecurityGroupIds

        public void setVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)

        The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        Parameters:
        vpcSecurityGroupIds - The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
      • withVpcSecurityGroupIds

        public CreateEndpointAccessRequest withVpcSecurityGroupIds(String... vpcSecurityGroupIds)

        The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        NOTE: This method appends the values to the existing list (if any). Use setVpcSecurityGroupIds(java.util.Collection) or withVpcSecurityGroupIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        vpcSecurityGroupIds - The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withVpcSecurityGroupIds

        public CreateEndpointAccessRequest withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)

        The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.

        Parameters:
        vpcSecurityGroupIds - The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /