Interface AutoSnapshotAddOnRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoSnapshotAddOnRequest.Builder,AutoSnapshotAddOnRequest>,SdkBuilder<AutoSnapshotAddOnRequest.Builder,AutoSnapshotAddOnRequest>,SdkPojo
- Enclosing class:
- AutoSnapshotAddOnRequest
public static interface AutoSnapshotAddOnRequest.Builder extends SdkPojo, CopyableBuilder<AutoSnapshotAddOnRequest.Builder,AutoSnapshotAddOnRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoSnapshotAddOnRequest.BuildersnapshotTimeOfDay(String snapshotTimeOfDay)The daily time when an automatic snapshot will be created.-
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
-
snapshotTimeOfDay
AutoSnapshotAddOnRequest.Builder snapshotTimeOfDay(String snapshotTimeOfDay)
The daily time when an automatic snapshot will be created.
Constraints:
-
Must be in
HH:00format, and in an hourly increment. -
Specified in Coordinated Universal Time (UTC).
-
The snapshot will be automatically created between the time specified and up to 45 minutes after.
- Parameters:
snapshotTimeOfDay- The daily time when an automatic snapshot will be created.Constraints:
-
Must be in
HH:00format, and in an hourly increment. -
Specified in Coordinated Universal Time (UTC).
-
The snapshot will be automatically created between the time specified and up to 45 minutes after.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-