public static interface GetSnapshotLimitsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<GetSnapshotLimitsResponse.Builder,GetSnapshotLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetSnapshotLimitsResponse.Builder |
snapshotLimits(Consumer<SnapshotLimits.Builder> snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
|
GetSnapshotLimitsResponse.Builder |
snapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSnapshotLimitsResponse.Builder snapshotLimits(SnapshotLimits snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
snapshotLimits - A SnapshotLimits object that contains the manual snapshot limits for the specified directory.default GetSnapshotLimitsResponse.Builder snapshotLimits(Consumer<SnapshotLimits.Builder> snapshotLimits)
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
This is a convenience method that creates an instance of theSnapshotLimits.Builder avoiding the need
to create one manually via SnapshotLimits.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to snapshotLimits(SnapshotLimits).
snapshotLimits - a consumer that will call methods on SnapshotLimits.BuildersnapshotLimits(SnapshotLimits)Copyright © 2022. All rights reserved.