Package com.oracle.bmc.opsi.model
Class HostedEntityCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.HostedEntityCollection.Builder
 
- 
- Enclosing class:
- HostedEntityCollection
 
 public static class HostedEntityCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HostedEntityCollectionbuild()HostedEntityCollection.Buildercopy(HostedEntityCollection model)HostedEntityCollection.Builderitems(List<HostedEntitySummary> items)List of hosted entities details.HostedEntityCollection.BuildertimeIntervalEnd(Date timeIntervalEnd)The end timestamp that was passed into the request.HostedEntityCollection.BuildertimeIntervalStart(Date timeIntervalStart)The start timestamp that was passed into the request.
 
- 
- 
- 
Method Detail- 
timeIntervalStartpublic HostedEntityCollection.Builder timeIntervalStart(Date timeIntervalStart) The start timestamp that was passed into the request.- Parameters:
- timeIntervalStart- the value to set
- Returns:
- this builder
 
 - 
timeIntervalEndpublic HostedEntityCollection.Builder timeIntervalEnd(Date timeIntervalEnd) The end timestamp that was passed into the request.- Parameters:
- timeIntervalEnd- the value to set
- Returns:
- this builder
 
 - 
itemspublic HostedEntityCollection.Builder items(List<HostedEntitySummary> items) List of hosted entities details.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic HostedEntityCollection build() 
 - 
copypublic HostedEntityCollection.Builder copy(HostedEntityCollection model) 
 
- 
 
-