Interface CreateGuardrailResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<CreateGuardrailResponse.Builder,
,CreateGuardrailResponse> SdkBuilder<CreateGuardrailResponse.Builder,
,CreateGuardrailResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateGuardrailResponse
@Mutable
@NotThreadSafe
public static interface CreateGuardrailResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<CreateGuardrailResponse.Builder,CreateGuardrailResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the guardrail was created.guardrailArn
(String guardrailArn) The ARN of the guardrail.guardrailId
(String guardrailId) The unique identifier of the guardrail that was created.The version of the guardrail that was created.Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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 beDRAFT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-