Package com.oracle.bmc.filestorage.model
Class ValidateKeyTabsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.filestorage.model.ValidateKeyTabsDetails.Builder
-
- Enclosing class:
- ValidateKeyTabsDetails
public static class ValidateKeyTabsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidateKeyTabsDetails
build()
ValidateKeyTabsDetails.Builder
copy(ValidateKeyTabsDetails model)
ValidateKeyTabsDetails.Builder
keyTabSecretDetails(KeyTabSecretDetails keyTabSecretDetails)
ValidateKeyTabsDetails.Builder
mountTargetId(String mountTargetId)
The OCID of the mount target whose keytabs are to be validated.
-
-
-
Method Detail
-
mountTargetId
public ValidateKeyTabsDetails.Builder mountTargetId(String mountTargetId)
The OCID of the mount target whose keytabs are to be validated.- Parameters:
mountTargetId
- the value to set- Returns:
- this builder
-
keyTabSecretDetails
public ValidateKeyTabsDetails.Builder keyTabSecretDetails(KeyTabSecretDetails keyTabSecretDetails)
-
build
public ValidateKeyTabsDetails build()
-
copy
public ValidateKeyTabsDetails.Builder copy(ValidateKeyTabsDetails model)
-
-