Interface Selector.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Selector.Builder,,Selector> SdkBuilder<Selector.Builder,,Selector> SdkPojo
- Enclosing class:
Selector
@Mutable
@NotThreadSafe
public static interface Selector.Builder
extends SdkPojo, CopyableBuilder<Selector.Builder,Selector>
-
Method Summary
Modifier and TypeMethodDescriptionThe category of the selector, such asDuration.type(SelectorType type) The category of the selector, such asDuration.The value of the selector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The category of the selector, such as
Duration.- Parameters:
type- The category of the selector, such asDuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The category of the selector, such as
Duration.- Parameters:
type- The category of the selector, such asDuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the selector.
- Parameters:
value- The value of the selector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-