Interface DisableHttpEndpointResponse.Builder

    • Method Detail

      • resourceArn

        DisableHttpEndpointResponse.Builder resourceArn​(String resourceArn)

        The ARN of the DB cluster.

        Parameters:
        resourceArn - The ARN of the DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpEndpointEnabled

        DisableHttpEndpointResponse.Builder httpEndpointEnabled​(Boolean httpEndpointEnabled)

        Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.

        Parameters:
        httpEndpointEnabled - Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.