Interface QueueInfoInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueueInfoInput.Builder,
,QueueInfoInput> SdkBuilder<QueueInfoInput.Builder,
,QueueInfoInput> SdkPojo
- Enclosing class:
QueueInfoInput
@Mutable
@NotThreadSafe
public static interface QueueInfoInput.Builder
extends SdkPojo, CopyableBuilder<QueueInfoInput.Builder,QueueInfoInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of 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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The identifier of the queue.
- Parameters:
id
- The identifier of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-