Interface GetFlowResponse.Builder

    • Method Detail

      • arn

        GetFlowResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the flow.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetFlowResponse.Builder createdAt​(Instant createdAt)

        The time at which the flow was created.

        Parameters:
        createdAt - The time at which the flow was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerEncryptionKeyArn

        GetFlowResponse.Builder customerEncryptionKeyArn​(String customerEncryptionKeyArn)

        The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with.

        Parameters:
        customerEncryptionKeyArn - The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • definition

        GetFlowResponse.Builder definition​(FlowDefinition definition)

        The definition of the nodes and connections between the nodes in the flow.

        Parameters:
        definition - The definition of the nodes and connections between the nodes in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetFlowResponse.Builder description​(String description)

        The description of the flow.

        Parameters:
        description - The description of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionRoleArn

        GetFlowResponse.Builder executionRoleArn​(String executionRoleArn)

        The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see Create a service row for flows in the Amazon Bedrock User Guide.

        Parameters:
        executionRoleArn - The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see Create a service row for flows in the Amazon Bedrock User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetFlowResponse.Builder id​(String id)

        The unique identifier of the flow.

        Parameters:
        id - The unique identifier of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetFlowResponse.Builder name​(String name)

        The name of the flow.

        Parameters:
        name - The name of the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetFlowResponse.Builder status​(String status)

        The status of the flow. The following statuses are possible:

        • NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the DRAFT version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into the DRAFT version.

        • Preparing – The flow is being prepared so that the DRAFT version contains the latest changes for testing.

        • Prepared – The flow is prepared and the DRAFT version contains the latest changes for testing.

        • Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the validations field.

        Parameters:
        status - The status of the flow. The following statuses are possible:

        • NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the DRAFT version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into the DRAFT version.

        • Preparing – The flow is being prepared so that the DRAFT version contains the latest changes for testing.

        • Prepared – The flow is prepared and the DRAFT version contains the latest changes for testing.

        • Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the validations field.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus
      • status

        GetFlowResponse.Builder status​(FlowStatus status)

        The status of the flow. The following statuses are possible:

        • NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the DRAFT version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into the DRAFT version.

        • Preparing – The flow is being prepared so that the DRAFT version contains the latest changes for testing.

        • Prepared – The flow is prepared and the DRAFT version contains the latest changes for testing.

        • Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the validations field.

        Parameters:
        status - The status of the flow. The following statuses are possible:

        • NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the DRAFT version won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into the DRAFT version.

        • Preparing – The flow is being prepared so that the DRAFT version contains the latest changes for testing.

        • Prepared – The flow is prepared and the DRAFT version contains the latest changes for testing.

        • Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the validations field.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus
      • updatedAt

        GetFlowResponse.Builder updatedAt​(Instant updatedAt)

        The time at which the flow was last updated.

        Parameters:
        updatedAt - The time at which the flow was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validations

        GetFlowResponse.Builder validations​(Collection<FlowValidation> validations)

        A list of validation error messages related to the last failed operation on the flow.

        Parameters:
        validations - A list of validation error messages related to the last failed operation on the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validations

        GetFlowResponse.Builder validations​(FlowValidation... validations)

        A list of validation error messages related to the last failed operation on the flow.

        Parameters:
        validations - A list of validation error messages related to the last failed operation on the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        GetFlowResponse.Builder version​(String version)

        The version of the flow for which information was retrieved.

        Parameters:
        version - The version of the flow for which information was retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.