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