Interface GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder,
,GetAutomatedReasoningPolicyBuildWorkflowResponse> SdkBuilder<GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder,
,GetAutomatedReasoningPolicyBuildWorkflowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAutomatedReasoningPolicyBuildWorkflowResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuildWorkflowId
(String buildWorkflowId) The unique identifier of the build workflow.buildWorkflowType
(String buildWorkflowType) The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).buildWorkflowType
(AutomatedReasoningPolicyBuildWorkflowType buildWorkflowType) The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).The timestamp when the build workflow was created.documentContentType
(String documentContentType) The content type of the source document (e.g., text/plain, application/pdf).documentContentType
(AutomatedReasoningPolicyBuildDocumentContentType documentContentType) The content type of the source document (e.g., text/plain, application/pdf).documentDescription
(String documentDescription) A detailed description of the document's content and how it should be used in the policy generation process.documentName
(String documentName) The name of the source document used in the build workflow.The Amazon Resource Name (ARN) of the Automated Reasoning policy.The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).The timestamp when the build workflow was last 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.
-
status
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
- Parameters:
status
- The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder status(AutomatedReasoningPolicyBuildWorkflowStatus status) The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
- Parameters:
status
- The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buildWorkflowType
GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder buildWorkflowType(String buildWorkflowType) The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
- Parameters:
buildWorkflowType
- The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buildWorkflowType
GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder buildWorkflowType(AutomatedReasoningPolicyBuildWorkflowType buildWorkflowType) The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
- Parameters:
buildWorkflowType
- The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documentName
The name of the source document used in the build workflow.
- Parameters:
documentName
- The name of the source document used in the build workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentContentType
GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder documentContentType(String documentContentType) The content type of the source document (e.g., text/plain, application/pdf).
- Parameters:
documentContentType
- The content type of the source document (e.g., text/plain, application/pdf).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documentContentType
GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder documentContentType(AutomatedReasoningPolicyBuildDocumentContentType documentContentType) The content type of the source document (e.g., text/plain, application/pdf).
- Parameters:
documentContentType
- The content type of the source document (e.g., text/plain, application/pdf).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documentDescription
GetAutomatedReasoningPolicyBuildWorkflowResponse.Builder documentDescription(String documentDescription) A detailed description of the document's content and how it should be used in the policy generation process.
- Parameters:
documentDescription
- A detailed description of the document's content and how it should be used in the policy generation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the build workflow was created.
- Parameters:
createdAt
- The timestamp when the build workflow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the build workflow was last updated.
- Parameters:
updatedAt
- The timestamp when the build workflow was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-