Interface RoutingProfileManualAssignmentQueueConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoutingProfileManualAssignmentQueueConfig.Builder,
,RoutingProfileManualAssignmentQueueConfig> SdkBuilder<RoutingProfileManualAssignmentQueueConfig.Builder,
,RoutingProfileManualAssignmentQueueConfig> SdkPojo
- Enclosing class:
RoutingProfileManualAssignmentQueueConfig
@Mutable
@NotThreadSafe
public static interface RoutingProfileManualAssignmentQueueConfig.Builder
extends SdkPojo, CopyableBuilder<RoutingProfileManualAssignmentQueueConfig.Builder,RoutingProfileManualAssignmentQueueConfig>
-
Method Summary
Modifier and TypeMethodDescriptionqueueReference
(Consumer<RoutingProfileQueueReference.Builder> queueReference) Sets the value of the QueueReference property for this object.queueReference
(RoutingProfileQueueReference queueReference) Sets the value of the QueueReference property for this object.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 Details
-
queueReference
RoutingProfileManualAssignmentQueueConfig.Builder queueReference(RoutingProfileQueueReference queueReference) Sets the value of the QueueReference property for this object.- Parameters:
queueReference
- The new value for the QueueReference property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueReference
default RoutingProfileManualAssignmentQueueConfig.Builder queueReference(Consumer<RoutingProfileQueueReference.Builder> queueReference) Sets the value of the QueueReference property for this object. This is a convenience method that creates an instance of theRoutingProfileQueueReference.Builder
avoiding the need to create one manually viaRoutingProfileQueueReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toqueueReference(RoutingProfileQueueReference)
.- Parameters:
queueReference
- a consumer that will call methods onRoutingProfileQueueReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-