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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostedEntityCollection
build()
HostedEntityCollection.Builder
copy(HostedEntityCollection model)
HostedEntityCollection.Builder
items(List<HostedEntitySummary> items)
List of hosted entities details.HostedEntityCollection.Builder
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.HostedEntityCollection.Builder
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
-
-
-
Method Detail
-
timeIntervalStart
public HostedEntityCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.- Parameters:
timeIntervalStart
- the value to set- Returns:
- this builder
-
timeIntervalEnd
public HostedEntityCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.- Parameters:
timeIntervalEnd
- the value to set- Returns:
- this builder
-
items
public HostedEntityCollection.Builder items(List<HostedEntitySummary> items)
List of hosted entities details.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public HostedEntityCollection build()
-
copy
public HostedEntityCollection.Builder copy(HostedEntityCollection model)
-
-