Interface TtlDuration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TtlDuration.Builder,TtlDuration>,SdkBuilder<TtlDuration.Builder,TtlDuration>,SdkPojo
- Enclosing class:
- TtlDuration
public static interface TtlDuration.Builder extends SdkPojo, CopyableBuilder<TtlDuration.Builder,TtlDuration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TtlDuration.Builderunit(String unit)TtlDurationtime unit.TtlDuration.Builderunit(TtlDurationUnit unit)TtlDurationtime unit.TtlDuration.Buildervalue(Integer value)TtlDurationtime value.-
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
-
unit
TtlDuration.Builder unit(String unit)
TtlDurationtime unit.- Parameters:
unit-TtlDurationtime unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TtlDurationUnit,TtlDurationUnit
-
unit
TtlDuration.Builder unit(TtlDurationUnit unit)
TtlDurationtime unit.- Parameters:
unit-TtlDurationtime unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TtlDurationUnit,TtlDurationUnit
-
value
TtlDuration.Builder value(Integer value)
TtlDurationtime value.- Parameters:
value-TtlDurationtime value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-