Interface ContactFlow.Builder

    • Method Detail

      • arn

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

        ContactFlow.Builder id​(String id)

        The identifier of the flow.

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

        ContactFlow.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.
      • type

        ContactFlow.Builder type​(String type)

        The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.

        Parameters:
        type - The type of the flow. For descriptions of the available types, see Choose a flow type in the Amazon Connect Administrator Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactFlowType, ContactFlowType
      • description

        ContactFlow.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.
      • tags

        ContactFlow.Builder tags​(Map<String,​String> tags)

        The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
        Returns:
        Returns a reference to this object so that method calls can be chained together.