Interface QuickConnectSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QuickConnectSummary.Builder,QuickConnectSummary>, SdkBuilder<QuickConnectSummary.Builder,QuickConnectSummary>, SdkPojo
Enclosing class:
QuickConnectSummary

public static interface QuickConnectSummary.Builder extends SdkPojo, CopyableBuilder<QuickConnectSummary.Builder,QuickConnectSummary>
  • Method Details

    • 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

      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

      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 admin website, 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 admin website, 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

      QuickConnectSummary.Builder quickConnectType(QuickConnectType quickConnectType)

      The type of quick connect. In the Amazon Connect admin website, 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 admin website, 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:
    • 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.