@Mutable @NotThreadSafe 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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildGetObjectTorrentRequest.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,
RequestPayerGetObjectTorrentRequest.Builder requestPayer(RequestPayer requestPayer)
requestPayer - The new value for the RequestPayer property for this object.RequestPayer,
RequestPayerGetObjectTorrentRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner. If the account ID that you provide does not match the actual
owner of the bucket, the request fails with the HTTP status code 403 Forbidden (access denied).
expectedBucketOwner - The account ID of the expected bucket owner. If the account ID that you provide does not match the
actual owner of the bucket, the request fails with the HTTP status code 403 Forbidden
(access denied).GetObjectTorrentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetObjectTorrentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2026. All rights reserved.