Interface CreateContactFlowRequest.Builder

  • Method Details

    • instanceId

      CreateContactFlowRequest.Builder instanceId(String instanceId)

      The identifier of the Amazon Connect instance.

      Parameters:
      instanceId - The identifier of the Amazon Connect instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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:
    • 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:
    • description

      CreateContactFlowRequest.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.
    • content

      The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.

      Length Constraints: Minimum length of 1. Maximum length of 256000.

      Parameters:
      content - The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.

      Length Constraints: Minimum length of 1. Maximum length of 256000.

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

      Indicates the flow status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. the SAVED status does not initiate validation of the content. SAVED | PUBLISHED.

      Parameters:
      status - Indicates the flow status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. the SAVED status does not initiate validation of the content. SAVED | PUBLISHED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates the flow status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. the SAVED status does not initiate validation of the content. SAVED | PUBLISHED.

      Parameters:
      status - Indicates the flow status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. the SAVED status does not initiate validation of the content. SAVED | PUBLISHED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • overrideConfiguration

      CreateContactFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.