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 DeleteEndpointAccessResult

    • Constructor Detail

      • DeleteEndpointAccessResult

        public DeleteEndpointAccessResult()
    • Method Detail

      • setClusterIdentifier

        public void setClusterIdentifier(String clusterIdentifier)

        The cluster identifier of the cluster associated with the endpoint.

        Parameters:
        clusterIdentifier - The cluster identifier of the cluster associated with the endpoint.
      • getClusterIdentifier

        public String getClusterIdentifier()

        The cluster identifier of the cluster associated with the endpoint.

        Returns:
        The cluster identifier of the cluster associated with the endpoint.
      • withClusterIdentifier

        public DeleteEndpointAccessResult withClusterIdentifier(String clusterIdentifier)

        The cluster identifier of the cluster associated with the endpoint.

        Parameters:
        clusterIdentifier - The cluster identifier of the cluster associated with the endpoint.
        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.

        Parameters:
        resourceOwner - The Amazon Web Services account ID of the owner of the cluster.
      • getResourceOwner

        public String getResourceOwner()

        The Amazon Web Services account ID of the owner of the cluster.

        Returns:
        The Amazon Web Services account ID of the owner of the cluster.
      • withResourceOwner

        public DeleteEndpointAccessResult withResourceOwner(String resourceOwner)

        The Amazon Web Services account ID of the owner of the cluster.

        Parameters:
        resourceOwner - The Amazon Web Services account ID of the owner of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubnetGroupName

        public void setSubnetGroupName(String subnetGroupName)

        The subnet group name where Amazon Redshift chooses to deploy the endpoint.

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

        public String getSubnetGroupName()

        The subnet group name where Amazon Redshift chooses to deploy the endpoint.

        Returns:
        The subnet group name where Amazon Redshift chooses to deploy the endpoint.
      • withSubnetGroupName

        public DeleteEndpointAccessResult withSubnetGroupName(String subnetGroupName)

        The subnet group name where Amazon Redshift chooses to deploy the endpoint.

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

        public void setEndpointStatus(String endpointStatus)

        The status of the endpoint.

        Parameters:
        endpointStatus - The status of the endpoint.
      • getEndpointStatus

        public String getEndpointStatus()

        The status of the endpoint.

        Returns:
        The status of the endpoint.
      • withEndpointStatus

        public DeleteEndpointAccessResult withEndpointStatus(String endpointStatus)

        The status of the endpoint.

        Parameters:
        endpointStatus - The status of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpointName

        public void setEndpointName(String endpointName)

        The name of the endpoint.

        Parameters:
        endpointName - The name of the endpoint.
      • getEndpointName

        public String getEndpointName()

        The name of the endpoint.

        Returns:
        The name of the endpoint.
      • withEndpointName

        public DeleteEndpointAccessResult withEndpointName(String endpointName)

        The name of the endpoint.

        Parameters:
        endpointName - The name of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpointCreateTime

        public void setEndpointCreateTime(Date endpointCreateTime)

        The time (UTC) that the endpoint was created.

        Parameters:
        endpointCreateTime - The time (UTC) that the endpoint was created.
      • getEndpointCreateTime

        public Date getEndpointCreateTime()

        The time (UTC) that the endpoint was created.

        Returns:
        The time (UTC) that the endpoint was created.
      • withEndpointCreateTime

        public DeleteEndpointAccessResult withEndpointCreateTime(Date endpointCreateTime)

        The time (UTC) that the endpoint was created.

        Parameters:
        endpointCreateTime - The time (UTC) that the endpoint was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPort

        public void setPort(Integer port)

        The port number on which the cluster accepts incoming connections.

        Parameters:
        port - The port number on which the cluster accepts incoming connections.
      • getPort

        public Integer getPort()

        The port number on which the cluster accepts incoming connections.

        Returns:
        The port number on which the cluster accepts incoming connections.
      • withPort

        public DeleteEndpointAccessResult withPort(Integer port)

        The port number on which the cluster accepts incoming connections.

        Parameters:
        port - The port number on which the cluster accepts incoming connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAddress

        public void setAddress(String address)

        The DNS address of the endpoint.

        Parameters:
        address - The DNS address of the endpoint.
      • getAddress

        public String getAddress()

        The DNS address of the endpoint.

        Returns:
        The DNS address of the endpoint.
      • withAddress

        public DeleteEndpointAccessResult withAddress(String address)

        The DNS address of the endpoint.

        Parameters:
        address - The DNS address of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getVpcSecurityGroups

        public List<VpcSecurityGroupMembership> getVpcSecurityGroups()

        The security groups associated with the endpoint.

        Returns:
        The security groups associated with the endpoint.
      • setVpcSecurityGroups

        public void setVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)

        The security groups associated with the endpoint.

        Parameters:
        vpcSecurityGroups - The security groups associated with the endpoint.
      • withVpcSecurityGroups

        public DeleteEndpointAccessResult withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)

        The security groups associated with the endpoint.

        Parameters:
        vpcSecurityGroups - The security groups associated with the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcEndpoint

        public void setVpcEndpoint(VpcEndpoint vpcEndpoint)
        Parameters:
        vpcEndpoint -
      • getVpcEndpoint

        public VpcEndpoint getVpcEndpoint()
        Returns:
      • withVpcEndpoint

        public DeleteEndpointAccessResult withVpcEndpoint(VpcEndpoint vpcEndpoint)
        Parameters:
        vpcEndpoint -
        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 によって変換されたページ (->オリジナル) /