public static class CreateFileSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateFileSystemDetails.Builder |
availabilityDomain(String availabilityDomain)
The availability domain to create the file system in.
|
CreateFileSystemDetails |
build() |
CreateFileSystemDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment to create the file system in.
|
CreateFileSystemDetails.Builder |
copy(CreateFileSystemDetails model) |
CreateFileSystemDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateFileSystemDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateFileSystemDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateFileSystemDetails.Builder |
kmsKeyId(String kmsKeyId)
The OCID of the
KMS key used to encrypt the encryption keys associated with this file system.
|
CreateFileSystemDetails.Builder |
sourceSnapshotId(String sourceSnapshotId)
The OCID of the
snapshot used to create a cloned file system.
|
public CreateFileSystemDetails.Builder availabilityDomain(String availabilityDomain)
The availability domain to create the file system in.
Example: Uocm:PHX-AD-1
availabilityDomain
- the value to setpublic CreateFileSystemDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to create the file system in.
compartmentId
- the value to setpublic CreateFileSystemDetails.Builder displayName(String displayName)
A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
Example: My file system
displayName
- the value to setpublic CreateFileSystemDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic CreateFileSystemDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateFileSystemDetails.Builder kmsKeyId(String kmsKeyId)
The OCID of the KMS key used to encrypt the encryption keys associated with this file system.
kmsKeyId
- the value to setpublic CreateFileSystemDetails.Builder sourceSnapshotId(String sourceSnapshotId)
The OCID of the snapshot used to create a cloned file system. See Cloning a File System.
sourceSnapshotId
- the value to setpublic CreateFileSystemDetails build()
public CreateFileSystemDetails.Builder copy(CreateFileSystemDetails model)
Copyright © 2016–2023. All rights reserved.