Interface UpdateGuardrailResponse.Builder

All Superinterfaces:
AwsResponse.Builder, BedrockResponse.Builder, Buildable, CopyableBuilder<UpdateGuardrailResponse.Builder,UpdateGuardrailResponse>, SdkBuilder<UpdateGuardrailResponse.Builder,UpdateGuardrailResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateGuardrailResponse

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

    • 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 that was created.

      Parameters:
      guardrailArn - The ARN of the guardrail that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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.