Interface MonitorContactRequest.Builder

    • Method Detail

      • instanceId

        MonitorContactRequest.Builder instanceId​(String instanceId)

        The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

        Parameters:
        instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactId

        MonitorContactRequest.Builder contactId​(String contactId)

        The identifier of the contact.

        Parameters:
        contactId - The identifier of the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        MonitorContactRequest.Builder userId​(String userId)

        The identifier of the user account.

        Parameters:
        userId - The identifier of the user account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedMonitorCapabilitiesWithStrings

        MonitorContactRequest.Builder allowedMonitorCapabilitiesWithStrings​(Collection<String> allowedMonitorCapabilities)

        Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.

        Parameters:
        allowedMonitorCapabilities - Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedMonitorCapabilitiesWithStrings

        MonitorContactRequest.Builder allowedMonitorCapabilitiesWithStrings​(String... allowedMonitorCapabilities)

        Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.

        Parameters:
        allowedMonitorCapabilities - Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedMonitorCapabilities

        MonitorContactRequest.Builder allowedMonitorCapabilities​(Collection<MonitorCapability> allowedMonitorCapabilities)

        Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.

        Parameters:
        allowedMonitorCapabilities - Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedMonitorCapabilities

        MonitorContactRequest.Builder allowedMonitorCapabilities​(MonitorCapability... allowedMonitorCapabilities)

        Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.

        Parameters:
        allowedMonitorCapabilities - Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        MonitorContactRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

        Parameters:
        clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.