Interface Queue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Queue.Builder,Queue>,SdkBuilder<Queue.Builder,Queue>,SdkPojo
- Enclosing class:
- Queue
public static interface Queue.Builder extends SdkPojo, CopyableBuilder<Queue.Builder,Queue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.Buildername(String name)The name of the queue.Queue.Builderurl(String url)The URL 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, sdkFields
-
-
-
-
Method Detail
-
name
Queue.Builder name(String name)
The name of the queue.
- Parameters:
name- The name of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
Queue.Builder url(String url)
The URL of the queue.
- Parameters:
url- The URL of the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-