public final class InstructionFileId extends S3ObjectId
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_INSTRUCTION_FILE_SUFFIX |
static java.lang.String |
DEFAULT_INSTURCTION_FILE_SUFFIX
Deprecated.
|
static java.lang.String |
DOT |
| Modifier and Type | Method and Description |
|---|---|
InstructionFileId |
instructionFileId()
Always throws
UnsupportedOperationException since an instruction
file itself cannot further have an instruction file. |
InstructionFileId |
instructionFileId(java.lang.String suffix)
Always throws
UnsupportedOperationException since an instruction
file itself cannot further have an instruction file. |
getBucket, getKey, getVersionId, toStringpublic static final java.lang.String DEFAULT_INSTRUCTION_FILE_SUFFIX
@Deprecated public static final java.lang.String DEFAULT_INSTURCTION_FILE_SUFFIX
public static final java.lang.String DOT
public InstructionFileId instructionFileId()
UnsupportedOperationException since an instruction
file itself cannot further have an instruction file.instructionFileId in class S3ObjectIdpublic InstructionFileId instructionFileId(java.lang.String suffix)
UnsupportedOperationException since an instruction
file itself cannot further have an instruction file.instructionFileId in class S3ObjectIdCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.