Interface UpdateQueueMaxContactsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConnectRequest.Builder
,CopyableBuilder<UpdateQueueMaxContactsRequest.Builder,UpdateQueueMaxContactsRequest>
,SdkBuilder<UpdateQueueMaxContactsRequest.Builder,UpdateQueueMaxContactsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateQueueMaxContactsRequest
public static interface UpdateQueueMaxContactsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueMaxContactsRequest.Builder,UpdateQueueMaxContactsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateQueueMaxContactsRequest.Builder
instanceId(String instanceId)
The identifier of the Amazon Connect instance.UpdateQueueMaxContactsRequest.Builder
maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.UpdateQueueMaxContactsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateQueueMaxContactsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateQueueMaxContactsRequest.Builder
queueId(String queueId)
The identifier for the queue.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceId
UpdateQueueMaxContactsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
UpdateQueueMaxContactsRequest.Builder queueId(String queueId)
The identifier for the queue.
- Parameters:
queueId
- The identifier for the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxContacts
UpdateQueueMaxContactsRequest.Builder maxContacts(Integer maxContacts)
The maximum number of contacts that can be in the queue before it is considered full.
- Parameters:
maxContacts
- The maximum number of contacts that can be in the queue before it is considered full.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateQueueMaxContactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateQueueMaxContactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-