Class CopyRequest
java.lang.Object
software.amazon.awssdk.transfer.s3.model.CopyRequest
- All Implemented Interfaces:
TransferObjectRequest
,TransferRequest
,ToCopyableBuilder<CopyRequest.Builder,
CopyRequest>
public final class CopyRequest
extends Object
implements TransferObjectRequest, ToCopyableBuilder<CopyRequest.Builder,CopyRequest>
Creates a copy of an object that is already stored in S3.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A builder for aCopyRequest
, created withbuilder()
-
Method Summary
Modifier and TypeMethodDescriptionstatic CopyRequest.Builder
builder()
Creates a builder that can be used to create aCopyRequest
.boolean
int
hashCode()
static Class
<? extends CopyRequest.Builder> Take this object and create a builder that contains all of the current property values of this object.toString()
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
copyObjectRequest
- Returns:
- The
CopyObjectRequest
request that should be used for the copy
-
transferListeners
- Specified by:
transferListeners
in interfaceTransferObjectRequest
- Returns:
- the List of transferListener.
- See Also:
-
builder
Creates a builder that can be used to create aCopyRequest
.- See Also:
-
serializableBuilderClass
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<CopyRequest.Builder,
CopyRequest> - Returns:
- a builder for type T
-
equals
-
hashCode
public int hashCode() -
toString
-