Interface EnableHttpEndpointResponse.Builder

  • Method Details

    • resourceArn

      EnableHttpEndpointResponse.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

      EnableHttpEndpointResponse.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.