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
Modifier and TypeMethodDescriptionTtlDurationtime unit.unit(TtlDurationUnit unit) TtlDurationtime unit.TtlDurationtime value.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, sdkFields 
- 
Method Details
- 
unit
TtlDurationtime unit.- Parameters:
 unit-TtlDurationtime unit.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
unit
TtlDurationtime unit.- Parameters:
 unit-TtlDurationtime unit.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
value
TtlDurationtime value.- Parameters:
 value-TtlDurationtime value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -