Class FleetCredential.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.FleetCredential.Builder
 
- 
- Enclosing class:
- FleetCredential
 
 public static class FleetCredential.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic FleetCredential.Builder id(String id) The unique id of the resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic FleetCredential.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. Example: My new resource - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic FleetCredential.Builder compartmentId(String compartmentId) Compartment OCID- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic FleetCredential.Builder timeCreated(Date timeCreated) The time this resource was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic FleetCredential.Builder timeUpdated(Date timeUpdated) The time this resource was last updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
entitySpecificspublic FleetCredential.Builder entitySpecifics(CredentialEntitySpecificDetails entitySpecifics) 
 - 
userpublic FleetCredential.Builder user(CredentialDetails user) 
 - 
passwordpublic FleetCredential.Builder password(CredentialDetails password) 
 - 
lifecycleStatepublic FleetCredential.Builder lifecycleState(FleetCredential.LifecycleState lifecycleState) The current state of the FleetCredential.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic FleetCredential.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic FleetCredential.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic FleetCredential build() 
 - 
copypublic FleetCredential.Builder copy(FleetCredential model) 
 
- 
 
-