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 SummaryModifier and TypeMethodDescriptionCategory of selector.Contract duration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeCategory of selector. - Parameters:
- type- Category of selector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueContract 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.
 
 
-