Interface QueueInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueueInfo.Builder,
,QueueInfo> SdkBuilder<QueueInfo.Builder,
,QueueInfo> SdkPojo
- Enclosing class:
QueueInfo
public static interface QueueInfo.Builder
extends SdkPojo, CopyableBuilder<QueueInfo.Builder,QueueInfo>
-
Method Summary
Modifier and TypeMethodDescriptionenqueueTimestamp
(Instant enqueueTimestamp) The timestamp when the contact was added to the queue.The unique identifier for the queue.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 Details
-
id
The unique identifier for the queue.
- Parameters:
id
- The unique identifier for the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enqueueTimestamp
The timestamp when the contact was added to the queue.
- Parameters:
enqueueTimestamp
- The timestamp when the contact was added to the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-