Interface ReferencePredictorSummary.Builder

    • Method Detail

      • arn

        ReferencePredictorSummary.Builder arn​(String arn)

        The ARN of the reference predictor.

        Parameters:
        arn - The ARN of the reference predictor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        ReferencePredictorSummary.Builder state​(String state)

        Whether the reference predictor is Active or Deleted.

        Parameters:
        state - Whether the reference predictor is Active or Deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • state

        ReferencePredictorSummary.Builder state​(State state)

        Whether the reference predictor is Active or Deleted.

        Parameters:
        state - Whether the reference predictor is Active or Deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State