Class CreateJavaDownloadTokenDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.jmsjavadownloads.model.CreateJavaDownloadTokenDetails.Builder
 
- 
- Enclosing class:
- CreateJavaDownloadTokenDetails
 
 public static class CreateJavaDownloadTokenDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateJavaDownloadTokenDetails.Builder displayName(String displayName) User provided display name of the JavaDownloadToken.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateJavaDownloadTokenDetails.Builder description(String description) User provided description of the JavaDownloadToken.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateJavaDownloadTokenDetails.Builder compartmentId(String compartmentId) The OCID of the tenancy scoped to the JavaDownloadToken.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
isDefaultpublic CreateJavaDownloadTokenDetails.Builder isDefault(Boolean isDefault) The token default attribute.- Parameters:
- isDefault- the value to set
- Returns:
- this builder
 
 - 
timeExpirespublic CreateJavaDownloadTokenDetails.Builder timeExpires(Date timeExpires) Expiry time of the token.- Parameters:
- timeExpires- the value to set
- Returns:
- this builder
 
 - 
javaVersionpublic CreateJavaDownloadTokenDetails.Builder javaVersion(String javaVersion) The Java version associated with the token.- Parameters:
- javaVersion- the value to set
- Returns:
- this builder
 
 - 
licenseTypepublic CreateJavaDownloadTokenDetails.Builder licenseType(List<LicenseType> licenseType) The license type(s) associated with the JavaDownloadToken.- Parameters:
- licenseType- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateJavaDownloadTokenDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type, or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}. (See Managing Tags and Tag Namespaces.) - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateJavaDownloadTokenDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}. (See Understanding Free-form Tags). - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateJavaDownloadTokenDetails build() 
 - 
copypublic CreateJavaDownloadTokenDetails.Builder copy(CreateJavaDownloadTokenDetails model) 
 
- 
 
-