Interface EventHoldDuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventHoldDuration.Builder,,EventHoldDuration> SdkBuilder<EventHoldDuration.Builder,,EventHoldDuration> SdkPojo
- Enclosing class:
EventHoldDuration
@Mutable
@NotThreadSafe
public static interface EventHoldDuration.Builder
extends SdkPojo, CopyableBuilder<EventHoldDuration.Builder,EventHoldDuration>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of days for the event hold duration.The number of years for the event hold duration.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
-
days
The number of days for the event hold duration. The minimum value is 1 and the maximum value is 36,500.
- Parameters:
days- The number of days for the event hold duration. The minimum value is 1 and the maximum value is 36,500.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
years
The number of years for the event hold duration. The minimum value is 1 and the maximum value is 100.
- Parameters:
years- The number of years for the event hold duration. The minimum value is 1 and the maximum value is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-