Interface ReasonSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReasonSummary.Builder,ReasonSummary>, SdkBuilder<ReasonSummary.Builder,ReasonSummary>, SdkPojo
Enclosing class:
ReasonSummary

public static interface ReasonSummary.Builder extends SdkPojo, CopyableBuilder<ReasonSummary.Builder,ReasonSummary>
  • Method Details

    • description

      ReasonSummary.Builder description(String description)

      A description of the reasoning of a result of checking for access.

      Parameters:
      description - A description of the reasoning of a result of checking for access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statementIndex

      ReasonSummary.Builder statementIndex(Integer statementIndex)

      The index number of the reason statement.

      Parameters:
      statementIndex - The index number of the reason statement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statementId

      ReasonSummary.Builder statementId(String statementId)

      The identifier for the reason statement.

      Parameters:
      statementId - The identifier for the reason statement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.