Interface GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder,
,GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse> SdkBuilder<GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder,
,GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse
@Mutable
@NotThreadSafe
public static interface GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder,GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbuildWorkflowAssets
(Consumer<AutomatedReasoningPolicyBuildResultAssets.Builder> buildWorkflowAssets) The requested build workflow asset.buildWorkflowAssets
(AutomatedReasoningPolicyBuildResultAssets buildWorkflowAssets) The requested build workflow asset.buildWorkflowId
(String buildWorkflowId) The unique identifier of the 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
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder buildWorkflowId(String 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.
-
buildWorkflowAssets
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder buildWorkflowAssets(AutomatedReasoningPolicyBuildResultAssets buildWorkflowAssets) The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.
- Parameters:
buildWorkflowAssets
- The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
buildWorkflowAssets
default GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse.Builder buildWorkflowAssets(Consumer<AutomatedReasoningPolicyBuildResultAssets.Builder> buildWorkflowAssets) The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.
This is a convenience method that creates an instance of theAutomatedReasoningPolicyBuildResultAssets.Builder
avoiding the need to create one manually viaAutomatedReasoningPolicyBuildResultAssets.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobuildWorkflowAssets(AutomatedReasoningPolicyBuildResultAssets)
.- Parameters:
buildWorkflowAssets
- a consumer that will call methods onAutomatedReasoningPolicyBuildResultAssets.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-