Interface QueueInfoInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueueInfoInput.Builder,QueueInfoInput>,SdkBuilder<QueueInfoInput.Builder,QueueInfoInput>,SdkPojo
- Enclosing class:
- QueueInfoInput
public static interface QueueInfoInput.Builder extends SdkPojo, CopyableBuilder<QueueInfoInput.Builder,QueueInfoInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueueInfoInput.Builderid(String id)The 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 Detail
-
id
QueueInfoInput.Builder id(String 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.
-
-