Interface StartAutomatedReasoningPolicyBuildWorkflowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<StartAutomatedReasoningPolicyBuildWorkflowResponse.Builder,
,StartAutomatedReasoningPolicyBuildWorkflowResponse> SdkBuilder<StartAutomatedReasoningPolicyBuildWorkflowResponse.Builder,
,StartAutomatedReasoningPolicyBuildWorkflowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartAutomatedReasoningPolicyBuildWorkflowResponse
@Mutable
@NotThreadSafe
public static interface StartAutomatedReasoningPolicyBuildWorkflowResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<StartAutomatedReasoningPolicyBuildWorkflowResponse.Builder,StartAutomatedReasoningPolicyBuildWorkflowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbuildWorkflowId
(String buildWorkflowId) The unique identifier of the newly started build workflow.The Amazon Resource Name (ARN) of the Automated Reasoning policy.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 newly started build workflow. Use this ID to track the workflow's progress and retrieve its results.
- Parameters:
buildWorkflowId
- The unique identifier of the newly started build workflow. Use this ID to track the workflow's progress and retrieve its results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-