Package com.amazonaws.services.s3.model
Class S3ObjectId
java.lang.Object
com.amazonaws.services.s3.model.S3ObjectId
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InstructionFileId
Can be instantiated directly, or via the convenient builder
S3ObjectIdBuilder
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionS3ObjectId
(S3ObjectIdBuilder builder) S3ObjectId
(String bucket, String key) S3ObjectId
(String bucket, String key, String versionId) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
Returns the version id which is optionally applicable for S3 get (but not put) operations.Returns the instruction file id of the default instruction file.instructionFileId
(String suffix) Returns the instruction file id of an instruction file with the given suffix.toString()
-
Constructor Details
-
S3ObjectId
-
S3ObjectId
- Parameters:
bucket
- the S3 bucket name which must not be nullkey
- the S3 key name which must not be nullversionId
- optional version id
-
S3ObjectId
- Parameters:
builder
- must not be null.
-
-
Method Details
-
getBucket
-
getKey
-
getVersionId
Returns the version id which is optionally applicable for S3 get (but not put) operations. -
instructionFileId
Returns the instruction file id of the default instruction file. -
instructionFileId
Returns the instruction file id of an instruction file with the given suffix. -
toString
-