Interface Selector.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Selector.Builder,Selector>,SdkBuilder<Selector.Builder,Selector>,SdkPojo
- Enclosing class:
- Selector
public static interface Selector.Builder extends SdkPojo, CopyableBuilder<Selector.Builder,Selector>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Selector.Buildertype(String type)Category of selector.Selector.Buildervalue(String value)Contract duration.-
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
-
type
Selector.Builder type(String type)
Category of selector.
- Parameters:
type- Category of selector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Selector.Builder value(String value)
Contract duration. This field supports the ISO 8601 format.
- Parameters:
value- Contract duration. This field supports the ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-