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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MonitorContactRequest.BuilderallowedMonitorCapabilities(Collection<MonitorCapability> allowedMonitorCapabilities)Specify which monitoring actions the user is allowed to take.MonitorContactRequest.BuilderallowedMonitorCapabilities(MonitorCapability... allowedMonitorCapabilities)Specify which monitoring actions the user is allowed to take.MonitorContactRequest.BuilderallowedMonitorCapabilitiesWithStrings(String... allowedMonitorCapabilities)Specify which monitoring actions the user is allowed to take.MonitorContactRequest.BuilderallowedMonitorCapabilitiesWithStrings(Collection<String> allowedMonitorCapabilities)Specify which monitoring actions the user is allowed to take.MonitorContactRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.MonitorContactRequest.BuildercontactId(String contactId)The identifier of the contact.MonitorContactRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.MonitorContactRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)MonitorContactRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)MonitorContactRequest.BuilderuserId(String userId)The identifier of the user account.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
- 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.- 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.
- 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.- 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.
- 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.- 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.
- 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.- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
MonitorContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-