public static interface OutputLocation.Builder extends SdkPojo, CopyableBuilder<OutputLocation.Builder,OutputLocation>
| Modifier and Type | Method and Description |
|---|---|
default OutputLocation.Builder |
s3(Consumer<S3Location.Builder> s3)
Describes an S3 location that will receive the results of the restore request.
|
OutputLocation.Builder |
s3(S3Location s3)
Describes an S3 location that will receive the results of the restore request.
|
copyapplyMutation, buildOutputLocation.Builder s3(S3Location s3)
Describes an S3 location that will receive the results of the restore request.
s3 - Describes an S3 location that will receive the results of the restore request.default OutputLocation.Builder s3(Consumer<S3Location.Builder> s3)
Describes an S3 location that will receive the results of the restore request.
This is a convenience that creates an instance of theS3Location.Builder avoiding the need to create
one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3(S3Location).s3 - a consumer that will call methods on S3Location.Builders3(S3Location)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.