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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedResourceSummary.Builder
associatedResourceId(String associatedResourceId)
The OCID of the resource that is associated with the attribute set.AssociatedResourceSummary.Builder
associatedResourceName(String associatedResourceName)
The display name of the resource that is associated with the attribute set.AssociatedResourceSummary.Builder
associatedResourceType(AssociatedResourceSummary.AssociatedResourceType associatedResourceType)
The resource type that is associated with the attribute set.AssociatedResourceSummary
build()
AssociatedResourceSummary.Builder
copy(AssociatedResourceSummary model)
AssociatedResourceSummary.Builder
timeCreated(Date timeCreated)
The date and time when associated started between resource and the attribute set, in the format defined by RFC3339.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.
-
-
-
Method Detail
-
associatedResourceType
public 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
-
associatedResourceId
public 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
-
associatedResourceName
public 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
-
timeCreated
public 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
-
timeUpdated
public 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
-
build
public AssociatedResourceSummary build()
-
copy
public AssociatedResourceSummary.Builder copy(AssociatedResourceSummary model)
-
-