Package com.amazonaws.services.s3.model
Class InstructionFileId
- java.lang.Object
-
- com.amazonaws.services.s3.model.S3ObjectId
-
- com.amazonaws.services.s3.model.InstructionFileId
-
- All Implemented Interfaces:
Serializable
public final class InstructionFileId extends S3ObjectId
The S3 object identifier for an instruction file.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_INSTRUCTION_FILE_SUFFIXstatic StringDEFAULT_INSTURCTION_FILE_SUFFIXDeprecated.static StringDOT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstructionFileIdinstructionFileId()Always throwsUnsupportedOperationExceptionsince an instruction file itself cannot further have an instruction file.InstructionFileIdinstructionFileId(String suffix)Always throwsUnsupportedOperationExceptionsince an instruction file itself cannot further have an instruction file.-
Methods inherited from class com.amazonaws.services.s3.model.S3ObjectId
getBucket, getKey, getVersionId, toString
-
-
-
-
Field Detail
-
DEFAULT_INSTRUCTION_FILE_SUFFIX
public static final String DEFAULT_INSTRUCTION_FILE_SUFFIX
- See Also:
- Constant Field Values
-
DEFAULT_INSTURCTION_FILE_SUFFIX
@Deprecated public static final String DEFAULT_INSTURCTION_FILE_SUFFIX
Deprecated.- See Also:
- Constant Field Values
-
DOT
public static final String DOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
instructionFileId
public InstructionFileId instructionFileId()
Always throwsUnsupportedOperationExceptionsince an instruction file itself cannot further have an instruction file.- Overrides:
instructionFileIdin classS3ObjectId
-
instructionFileId
public InstructionFileId instructionFileId(String suffix)
Always throwsUnsupportedOperationExceptionsince an instruction file itself cannot further have an instruction file.- Overrides:
instructionFileIdin classS3ObjectId
-
-