Interface UpdateGuardrailResponse.Builder

    • Method Detail

      • guardrailId

        UpdateGuardrailResponse.Builder guardrailId​(String guardrailId)

        The unique identifier of the guardrail

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

        UpdateGuardrailResponse.Builder guardrailArn​(String guardrailArn)

        The ARN of the guardrail.

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

        UpdateGuardrailResponse.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.
      • updatedAt

        UpdateGuardrailResponse.Builder updatedAt​(Instant updatedAt)

        The date and time at which the guardrail was updated.

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