CopyableBuilder<Destination.Builder,Destination>
, SdkBuilder<Destination.Builder,Destination>
public static interface Destination.Builder extends CopyableBuilder<Destination.Builder,Destination>
Modifier and Type | Method | Description |
---|---|---|
Destination.Builder |
bucket(String bucket) |
Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified
by the rule.
|
Destination.Builder |
storageClass(String storageClass) |
The class of storage used to store the object.
|
Destination.Builder |
storageClass(StorageClass storageClass) |
The class of storage used to store the object.
|
copy
apply, build
Destination.Builder bucket(String bucket)
bucket
- Amazon resource name (ARN) of the bucket where you want Amazon S3 to store replicas of the object
identified by the rule.Destination.Builder storageClass(String storageClass)
storageClass
- The class of storage used to store the object.StorageClass
Destination.Builder storageClass(StorageClass storageClass)
storageClass
- The class of storage used to store the object.StorageClass
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.