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 String
DEFAULT_INSTRUCTION_FILE_SUFFIX
static String
DEFAULT_INSTURCTION_FILE_SUFFIX
Deprecated.static String
DOT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstructionFileId
instructionFileId()
Always throwsUnsupportedOperationException
since an instruction file itself cannot further have an instruction file.InstructionFileId
instructionFileId(String suffix)
Always throwsUnsupportedOperationException
since 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 throwsUnsupportedOperationException
since an instruction file itself cannot further have an instruction file.- Overrides:
instructionFileId
in classS3ObjectId
-
instructionFileId
public InstructionFileId instructionFileId(String suffix)
Always throwsUnsupportedOperationException
since an instruction file itself cannot further have an instruction file.- Overrides:
instructionFileId
in classS3ObjectId
-
-