public static interface S3Resource.Builder extends SdkPojo, CopyableBuilder<S3Resource.Builder,S3Resource>
| Modifier and Type | Method and Description |
|---|---|
S3Resource.Builder |
bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an Amazon S3 bucket.
|
default S3Resource.Builder |
keyRange(Consumer<KeyRange.Builder> keyRange)
For export jobs, you can provide an optional
KeyRange within a specific Amazon S3 bucket. |
S3Resource.Builder |
keyRange(KeyRange keyRange)
For export jobs, you can provide an optional
KeyRange within a specific Amazon S3 bucket. |
S3Resource.Builder |
targetOnDeviceServices(Collection<TargetOnDeviceService> targetOnDeviceServices)
Specifies the service or services on the Snow Family device that your transferred data will be exported from
or imported into.
|
S3Resource.Builder |
targetOnDeviceServices(Consumer<TargetOnDeviceService.Builder>... targetOnDeviceServices)
Specifies the service or services on the Snow Family device that your transferred data will be exported from
or imported into.
|
S3Resource.Builder |
targetOnDeviceServices(TargetOnDeviceService... targetOnDeviceServices)
Specifies the service or services on the Snow Family device that your transferred data will be exported from
or imported into.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Resource.Builder bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an Amazon S3 bucket.
bucketArn - The Amazon Resource Name (ARN) of an Amazon S3 bucket.S3Resource.Builder keyRange(KeyRange keyRange)
For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The
length of the range is defined at job creation, and has either an inclusive BeginMarker, an
inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.
keyRange - For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket.
The length of the range is defined at job creation, and has either an inclusive
BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary
sorted.default S3Resource.Builder keyRange(Consumer<KeyRange.Builder> keyRange)
For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The
length of the range is defined at job creation, and has either an inclusive BeginMarker, an
inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.
KeyRange.Builder avoiding the need to create
one manually via KeyRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to keyRange(KeyRange).keyRange - a consumer that will call methods on KeyRange.BuilderkeyRange(KeyRange)S3Resource.Builder targetOnDeviceServices(Collection<TargetOnDeviceService> targetOnDeviceServices)
Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System).
targetOnDeviceServices - Specifies the service or services on the Snow Family device that your transferred data will be
exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System).S3Resource.Builder targetOnDeviceServices(TargetOnDeviceService... targetOnDeviceServices)
Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System).
targetOnDeviceServices - Specifies the service or services on the Snow Family device that your transferred data will be
exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System).S3Resource.Builder targetOnDeviceServices(Consumer<TargetOnDeviceService.Builder>... targetOnDeviceServices)
Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System).
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #targetOnDeviceServices(List) .targetOnDeviceServices - a consumer that will call methods on List.Builder #targetOnDeviceServices(List) Copyright © 2021. All rights reserved.