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