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.Builder
unit(String unit)
TtlDuration
time unit.TtlDuration.Builder
unit(TtlDurationUnit unit)
TtlDuration
time unit.TtlDuration.Builder
value(Integer value)
TtlDuration
time 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
unit
TtlDuration.Builder unit(String unit)
TtlDuration
time unit.- Parameters:
unit
-TtlDuration
time 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)
TtlDuration
time unit.- Parameters:
unit
-TtlDuration
time 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)
TtlDuration
time value.- Parameters:
value
-TtlDuration
time value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-