Interface Entitlement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Entitlement.Builder,
,Entitlement> SdkBuilder<Entitlement.Builder,
,Entitlement> SdkPojo
- Enclosing class:
Entitlement
public static interface Entitlement.Builder
extends SdkPojo, CopyableBuilder<Entitlement.Builder,Entitlement>
-
Method Summary
Modifier and TypeMethodDescriptionallowCheckIn
(Boolean allowCheckIn) Indicates whether check-ins are allowed.Maximum entitlement count.Entitlement name.Indicates whether overages are allowed.Entitlement unit.unit
(EntitlementUnit unit) Entitlement unit.Entitlement resource.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 Details
-
name
Entitlement name.
- Parameters:
name
- Entitlement name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Entitlement resource. Use only if the unit is None.
- Parameters:
value
- Entitlement resource. Use only if the unit is None.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxCount
Maximum entitlement count. Use if the unit is not None.
- Parameters:
maxCount
- Maximum entitlement count. Use if the unit is not None.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overage
Indicates whether overages are allowed.
- Parameters:
overage
- Indicates whether overages are allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
Entitlement unit.
- Parameters:
unit
- Entitlement unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unit
Entitlement unit.
- Parameters:
unit
- Entitlement unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
allowCheckIn
Indicates whether check-ins are allowed.
- Parameters:
allowCheckIn
- Indicates whether check-ins are allowed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-