Interface QueueSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueueSummary.Builder,
,QueueSummary> SdkBuilder<QueueSummary.Builder,
,QueueSummary> SdkPojo
- Enclosing class:
QueueSummary
-
Method Summary
Modifier and TypeMethodDescriptionblockedReason
(String blockedReason) The reason the queue is blocked, if applicable.blockedReason
(QueueBlockedReason blockedReason) The reason the queue is blocked, if applicable.The date and time the resource was created.The user or system that created this resource.defaultBudgetAction
(String defaultBudgetAction) The default action taken on a queue summary if a budget wasn't configured.defaultBudgetAction
(DefaultQueueBudgetAction defaultBudgetAction) The default action taken on a queue summary if a budget wasn't configured.displayName
(String displayName) The display name of the queue summary to update.The farm ID.The queue ID.That status of the queue.status
(QueueStatus status) That status of the queue.The date and time the resource was updated.The user or system that updated this resource.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
-
farmId
The farm ID.
- Parameters:
farmId
- The farm ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID.
- Parameters:
queueId
- The queue ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the queue summary to update.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Parameters:
displayName
- The display name of the queue summary to update.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
That status of the queue.
- Parameters:
status
- That status of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
That status of the queue.
- Parameters:
status
- That status of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultBudgetAction
The default action taken on a queue summary if a budget wasn't configured.
- Parameters:
defaultBudgetAction
- The default action taken on a queue summary if a budget wasn't configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultBudgetAction
The default action taken on a queue summary if a budget wasn't configured.
- Parameters:
defaultBudgetAction
- The default action taken on a queue summary if a budget wasn't configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blockedReason
The reason the queue is blocked, if applicable.
- Parameters:
blockedReason
- The reason the queue is blocked, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blockedReason
The reason the queue is blocked, if applicable.
- Parameters:
blockedReason
- The reason the queue is blocked, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the resource was created.
- Parameters:
createdAt
- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user or system that created this resource.
- Parameters:
createdBy
- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the resource was updated.
- Parameters:
updatedAt
- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user or system that updated this resource.
- Parameters:
updatedBy
- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-