Interface UpdateAutomatedReasoningPolicyAnnotationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<UpdateAutomatedReasoningPolicyAnnotationsResponse.Builder,
,UpdateAutomatedReasoningPolicyAnnotationsResponse> SdkBuilder<UpdateAutomatedReasoningPolicyAnnotationsResponse.Builder,
,UpdateAutomatedReasoningPolicyAnnotationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAutomatedReasoningPolicyAnnotationsResponse
@Mutable
@NotThreadSafe
public static interface UpdateAutomatedReasoningPolicyAnnotationsResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<UpdateAutomatedReasoningPolicyAnnotationsResponse.Builder,UpdateAutomatedReasoningPolicyAnnotationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionannotationSetHash
(String annotationSetHash) The new hash value representing the updated state of the annotations.buildWorkflowId
(String buildWorkflowId) The unique identifier of the build workflow.The Amazon Resource Name (ARN) of the Automated Reasoning policy.The timestamp when the annotations were 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 Automated Reasoning policy.
- Parameters:
policyArn
- The Amazon Resource Name (ARN) of the Automated Reasoning policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
buildWorkflowId
The unique identifier of the build workflow.
- Parameters:
buildWorkflowId
- The unique identifier of the build workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
annotationSetHash
UpdateAutomatedReasoningPolicyAnnotationsResponse.Builder annotationSetHash(String annotationSetHash) The new hash value representing the updated state of the annotations.
- Parameters:
annotationSetHash
- The new hash value representing the updated state of the annotations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the annotations were updated.
- Parameters:
updatedAt
- The timestamp when the annotations were updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-