Interface UpdateAutomatedReasoningPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<UpdateAutomatedReasoningPolicyResponse.Builder,
,UpdateAutomatedReasoningPolicyResponse> SdkBuilder<UpdateAutomatedReasoningPolicyResponse.Builder,
,UpdateAutomatedReasoningPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAutomatedReasoningPolicyResponse
@Mutable
@NotThreadSafe
public static interface UpdateAutomatedReasoningPolicyResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<UpdateAutomatedReasoningPolicyResponse.Builder,UpdateAutomatedReasoningPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefinitionHash
(String definitionHash) The hash of the updated policy definition.The updated name of the policy.The Amazon Resource Name (ARN) of the updated policy.The timestamp when the policy was last updated.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
-
policyArn
The Amazon Resource Name (ARN) of the updated policy.
- Parameters:
policyArn
- The Amazon Resource Name (ARN) of the updated policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The updated name of the policy.
- Parameters:
name
- The updated name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definitionHash
The hash of the updated policy definition.
- Parameters:
definitionHash
- The hash of the updated policy definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the policy was last updated.
- Parameters:
updatedAt
- The timestamp when the policy was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-