Interface UpdateAutomatedReasoningPolicyTestCaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<UpdateAutomatedReasoningPolicyTestCaseResponse.Builder,
,UpdateAutomatedReasoningPolicyTestCaseResponse> SdkBuilder<UpdateAutomatedReasoningPolicyTestCaseResponse.Builder,
,UpdateAutomatedReasoningPolicyTestCaseResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAutomatedReasoningPolicyTestCaseResponse
@Mutable
@NotThreadSafe
public static interface UpdateAutomatedReasoningPolicyTestCaseResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<UpdateAutomatedReasoningPolicyTestCaseResponse.Builder,UpdateAutomatedReasoningPolicyTestCaseResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the policy that contains the updated test.testCaseId
(String testCaseId) The unique identifier of the updated test.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 policy that contains the updated test.
- Parameters:
policyArn
- The Amazon Resource Name (ARN) of the policy that contains the updated test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseId
The unique identifier of the updated test.
- Parameters:
testCaseId
- The unique identifier of the updated test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-