Interface QuickConnectSummary.Builder

    • Method Detail

      • id

        QuickConnectSummary.Builder id​(String id)

        The identifier for the quick connect.

        Parameters:
        id - The identifier for the quick connect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        QuickConnectSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the quick connect.

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

        QuickConnectSummary.Builder name​(String name)

        The name of the quick connect.

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

        QuickConnectSummary.Builder quickConnectType​(String quickConnectType)

        The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).

        Parameters:
        quickConnectType - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QuickConnectType, QuickConnectType
      • quickConnectType

        QuickConnectSummary.Builder quickConnectType​(QuickConnectType quickConnectType)

        The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).

        Parameters:
        quickConnectType - The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QuickConnectType, QuickConnectType
      • lastModifiedTime

        QuickConnectSummary.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp when this resource was last modified.

        Parameters:
        lastModifiedTime - The timestamp when this resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedRegion

        QuickConnectSummary.Builder lastModifiedRegion​(String lastModifiedRegion)

        The Amazon Web Services Region where this resource was last modified.

        Parameters:
        lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.