Interface MonitorContactRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, ConnectRequest.Builder, CopyableBuilder<MonitorContactRequest.Builder,MonitorContactRequest>, SdkBuilder<MonitorContactRequest.Builder,MonitorContactRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
MonitorContactRequest

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

    • 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

      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.
    • overrideConfiguration

      MonitorContactRequest.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.