public static interface RestoreRequest.Builder extends CopyableBuilder<RestoreRequest.Builder,RestoreRequest>
| Modifier and Type | Method and Description |
|---|---|
RestoreRequest.Builder |
days(Integer days)
Lifetime of the active copy in days
|
default RestoreRequest.Builder |
glacierJobParameters(Consumer<GlacierJobParameters.Builder> glacierJobParameters)
Glacier related prameters pertaining to this job.
|
RestoreRequest.Builder |
glacierJobParameters(GlacierJobParameters glacierJobParameters)
Glacier related prameters pertaining to this job.
|
copyapply, buildRestoreRequest.Builder days(Integer days)
days - Lifetime of the active copy in daysRestoreRequest.Builder glacierJobParameters(GlacierJobParameters glacierJobParameters)
glacierJobParameters - Glacier related prameters pertaining to this job.default RestoreRequest.Builder glacierJobParameters(Consumer<GlacierJobParameters.Builder> glacierJobParameters)
GlacierJobParameters.Builder avoiding the need to create one manually via
GlacierJobParameters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to glacierJobParameters(GlacierJobParameters).glacierJobParameters - a consumer that will call methods on GlacierJobParameters.BuilderglacierJobParameters(GlacierJobParameters)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.