Interface WorkerAttributeCapability.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkerAttributeCapability.Builder,WorkerAttributeCapability>,SdkBuilder<WorkerAttributeCapability.Builder,WorkerAttributeCapability>,SdkPojo
- Enclosing class:
- WorkerAttributeCapability
public static interface WorkerAttributeCapability.Builder extends SdkPojo, CopyableBuilder<WorkerAttributeCapability.Builder,WorkerAttributeCapability>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkerAttributeCapability.Buildername(String name)The name of the worker attribute capability.WorkerAttributeCapability.Buildervalues(String... values)The values of the worker amount capability.WorkerAttributeCapability.Buildervalues(Collection<String> values)The values of the worker amount capability.-
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
WorkerAttributeCapability.Builder name(String name)
The name of the worker attribute capability.
- Parameters:
name- The name of the worker attribute capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
WorkerAttributeCapability.Builder values(Collection<String> values)
The values of the worker amount capability.
- Parameters:
values- The values of the worker amount capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
WorkerAttributeCapability.Builder values(String... values)
The values of the worker amount capability.
- Parameters:
values- The values of the worker amount capability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-