Interface CreateGuardrailResponse.Builder

    • Method Detail

      • guardrailId

        CreateGuardrailResponse.Builder guardrailId​(String guardrailId)

        The unique identifier of the guardrail that was created.

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

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

        CreateGuardrailResponse.Builder version​(String version)

        The version of the guardrail that was created. This value will always be DRAFT.

        Parameters:
        version - The version of the guardrail that was created. This value will always be DRAFT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        CreateGuardrailResponse.Builder createdAt​(Instant createdAt)

        The time at which the guardrail was created.

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