RenameObjectRequest.Builder |
RenameObjectRequest.Builder.bucket(String bucket) |
The bucket name of the directory bucket containing the object.
|
static RenameObjectRequest.Builder |
RenameObjectRequest.builder() |
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.clientToken(String clientToken) |
A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.destinationIfMatch(String destinationIfMatch) |
Renames the object only if the ETag (entity tag) value provided during the operation matches the ETag of the
object in S3.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.destinationIfModifiedSince(Instant destinationIfModifiedSince) |
Renames the object if the destination exists and if it has been modified since the specified time.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.destinationIfNoneMatch(String destinationIfNoneMatch) |
Renames the object only if the destination does not already exist in the specified directory bucket.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.destinationIfUnmodifiedSince(Instant destinationIfUnmodifiedSince) |
Renames the object if it hasn't been modified since the specified time.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.key(String key) |
Key name of the object to rename.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.renameSource(String renameSource) |
Specifies the source for the rename operation.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.sourceIfMatch(String sourceIfMatch) |
Renames the object if the source exists and if its entity tag (ETag) matches the specified ETag.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.sourceIfModifiedSince(Instant sourceIfModifiedSince) |
Renames the object if the source exists and if it has been modified since the specified time.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.sourceIfNoneMatch(String sourceIfNoneMatch) |
Renames the object if the source exists and if its entity tag (ETag) is different than the specified ETag.
|
RenameObjectRequest.Builder |
RenameObjectRequest.Builder.sourceIfUnmodifiedSince(Instant sourceIfUnmodifiedSince) |
Renames the object if the source exists and hasn't been modified since the specified time.
|
RenameObjectRequest.Builder |
RenameObjectRequest.toBuilder() |
|