Package com.oracle.bmc.datasafe.model
Class AssociatedResourceSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.AssociatedResourceSummary.Builder
 
- 
- Enclosing class:
- AssociatedResourceSummary
 
 public static class AssociatedResourceSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedResourceSummary.BuilderassociatedResourceId(String associatedResourceId)The OCID of the resource that is associated with the attribute set.AssociatedResourceSummary.BuilderassociatedResourceName(String associatedResourceName)The display name of the resource that is associated with the attribute set.AssociatedResourceSummary.BuilderassociatedResourceType(AssociatedResourceSummary.AssociatedResourceType associatedResourceType)The resource type that is associated with the attribute set.AssociatedResourceSummarybuild()AssociatedResourceSummary.Buildercopy(AssociatedResourceSummary model)AssociatedResourceSummary.BuildertimeCreated(Date timeCreated)The date and time when associated started between resource and the attribute set, in the format defined by RFC3339.AssociatedResourceSummary.BuildertimeUpdated(Date timeUpdated)The date and time when associated is removed between resources and the attribute set, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
associatedResourceTypepublic AssociatedResourceSummary.Builder associatedResourceType(AssociatedResourceSummary.AssociatedResourceType associatedResourceType) The resource type that is associated with the attribute set.- Parameters:
- associatedResourceType- the value to set
- Returns:
- this builder
 
 - 
associatedResourceIdpublic AssociatedResourceSummary.Builder associatedResourceId(String associatedResourceId) The OCID of the resource that is associated with the attribute set.- Parameters:
- associatedResourceId- the value to set
- Returns:
- this builder
 
 - 
associatedResourceNamepublic AssociatedResourceSummary.Builder associatedResourceName(String associatedResourceName) The display name of the resource that is associated with the attribute set.The name does not have to be unique, and is changeable. - Parameters:
- associatedResourceName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic AssociatedResourceSummary.Builder timeCreated(Date timeCreated) The date and time when associated started between resource and the attribute set, in the format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic AssociatedResourceSummary.Builder timeUpdated(Date timeUpdated) The date and time when associated is removed between resources and the attribute set, in the format defined by RFC3339.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic AssociatedResourceSummary build() 
 - 
copypublic AssociatedResourceSummary.Builder copy(AssociatedResourceSummary model) 
 
- 
 
-