public static interface GetObjectTorrentRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetObjectTorrentRequest.Builder,GetObjectTorrentRequest>
Modifier and Type | Method and Description |
---|---|
GetObjectTorrentRequest.Builder |
bucket(String bucket)
The name of the bucket containing the object for which to get the torrent files.
|
GetObjectTorrentRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner.
|
GetObjectTorrentRequest.Builder |
key(String key)
The object key for which to get the information.
|
GetObjectTorrentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetObjectTorrentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetObjectTorrentRequest.Builder |
requestPayer(RequestPayer requestPayer)
Sets the value of the RequestPayer property for this object.
|
GetObjectTorrentRequest.Builder |
requestPayer(String requestPayer)
Sets the value of the RequestPayer property for this object.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetObjectTorrentRequest.Builder bucket(String bucket)
The name of the bucket containing the object for which to get the torrent files.
bucket
- The name of the bucket containing the object for which to get the torrent files.GetObjectTorrentRequest.Builder key(String key)
The object key for which to get the information.
key
- The object key for which to get the information.GetObjectTorrentRequest.Builder requestPayer(String requestPayer)
requestPayer
- The new value for the RequestPayer property for this object.RequestPayer
,
RequestPayer
GetObjectTorrentRequest.Builder requestPayer(RequestPayer requestPayer)
requestPayer
- The new value for the RequestPayer property for this object.RequestPayer
,
RequestPayer
GetObjectTorrentRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account id of the expected bucket owner. If the bucket is owned by a different account, the request will
fail with an HTTP 403 (Access Denied)
error.
expectedBucketOwner
- The account id of the expected bucket owner. If the bucket is owned by a different account, the
request will fail with an HTTP 403 (Access Denied)
error.GetObjectTorrentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetObjectTorrentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.