public abstract class CreateOptions
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CreateOptions.Builder<BuilderT extends CreateOptions.Builder<BuilderT>>An abstract builder for  CreateOptions. | 
| static class  | CreateOptions.StandardCreateOptionsA standard configuration options with builder. | 
| Constructor and Description | 
|---|
| CreateOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.Boolean | expectFileToNotExist()True if the file is expected to not exist. | 
| abstract java.lang.String | mimeType()The file-like resource mime type. |