Interface GuardrailSummary.Builder

    • Method Detail

      • id

        GuardrailSummary.Builder id​(String id)

        The unique identifier of the guardrail.

        Parameters:
        id - The unique identifier of the guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        GuardrailSummary.Builder arn​(String arn)

        The ARN of the guardrail.

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

        GuardrailSummary.Builder name​(String name)

        The name of the guardrail.

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

        GuardrailSummary.Builder description​(String description)

        A description of the guardrail.

        Parameters:
        description - A description of the guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        GuardrailSummary.Builder version​(String version)

        The version of the guardrail.

        Parameters:
        version - The version of the guardrail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GuardrailSummary.Builder createdAt​(Instant createdAt)

        The date and time at which the guardrail was created.

        Parameters:
        createdAt - The date and time at which the guardrail was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        GuardrailSummary.Builder updatedAt​(Instant updatedAt)

        The date and time at which the guardrail was last updated.

        Parameters:
        updatedAt - The date and time at which the guardrail was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.