Interface Expiration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Expiration.Builder,,Expiration> SdkBuilder<Expiration.Builder,,Expiration> SdkPojo
- Enclosing class:
Expiration
@Mutable
@NotThreadSafe
public static interface Expiration.Builder
extends SdkPojo, CopyableBuilder<Expiration.Builder,Expiration>
-
Method Summary
Modifier and TypeMethodDescriptionThe time unit for the expiration value.The time unit for the expiration value.The numeric value of the expiration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
value
The numeric value of the expiration.
- Parameters:
value- The numeric value of the expiration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The time unit for the expiration value.
- Parameters:
type- The time unit for the expiration value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The time unit for the expiration value.
- Parameters:
type- The time unit for the expiration value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-