Interface CreateFlowResponse.Builder

    • Method Detail

      • arn

        CreateFlowResponse.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

        CreateFlowResponse.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

        CreateFlowResponse.Builder customerEncryptionKeyArn​(String customerEncryptionKeyArn)

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

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

        CreateFlowResponse.Builder definition​(FlowDefinition definition)

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

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

        CreateFlowResponse.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.
      • id

        CreateFlowResponse.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

        CreateFlowResponse.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

        CreateFlowResponse.Builder status​(String status)

        The status of the flow. When you submit this request, the status will be NotPrepared. If creation fails, the status becomes Failed.

        Parameters:
        status - The status of the flow. When you submit this request, the status will be NotPrepared. If creation fails, the status becomes Failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus
      • status

        CreateFlowResponse.Builder status​(FlowStatus status)

        The status of the flow. When you submit this request, the status will be NotPrepared. If creation fails, the status becomes Failed.

        Parameters:
        status - The status of the flow. When you submit this request, the status will be NotPrepared. If creation fails, the status becomes Failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FlowStatus, FlowStatus
      • updatedAt

        CreateFlowResponse.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.
      • version

        CreateFlowResponse.Builder version​(String version)

        The version of the flow. When you create a flow, the version created is the DRAFT version.

        Parameters:
        version - The version of the flow. When you create a flow, the version created is the DRAFT version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.