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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGuardrailResponse.BuilderguardrailArn(String guardrailArn)The ARN of the guardrail.UpdateGuardrailResponse.BuilderguardrailId(String guardrailId)The unique identifier of the guardrailUpdateGuardrailResponse.BuilderupdatedAt(Instant updatedAt)The date and time at which the guardrail was updated.UpdateGuardrailResponse.Builderversion(String version)The version of the guardrail.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-