public static interface SnapshotLimits.Builder extends CopyableBuilder<SnapshotLimits.Builder,SnapshotLimits>
| Modifier and Type | Method and Description |
|---|---|
SnapshotLimits.Builder |
manualSnapshotsCurrentCount(Integer manualSnapshotsCurrentCount)
The current number of manual snapshots of the directory.
|
SnapshotLimits.Builder |
manualSnapshotsLimit(Integer manualSnapshotsLimit)
The maximum number of manual snapshots allowed.
|
SnapshotLimits.Builder |
manualSnapshotsLimitReached(Boolean manualSnapshotsLimitReached)
Indicates if the manual snapshot limit has been reached.
|
copyapply, buildSnapshotLimits.Builder manualSnapshotsLimit(Integer manualSnapshotsLimit)
The maximum number of manual snapshots allowed.
manualSnapshotsLimit - The maximum number of manual snapshots allowed.SnapshotLimits.Builder manualSnapshotsCurrentCount(Integer manualSnapshotsCurrentCount)
The current number of manual snapshots of the directory.
manualSnapshotsCurrentCount - The current number of manual snapshots of the directory.SnapshotLimits.Builder manualSnapshotsLimitReached(Boolean manualSnapshotsLimitReached)
Indicates if the manual snapshot limit has been reached.
manualSnapshotsLimitReached - Indicates if the manual snapshot limit has been reached.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.