Class TenancyAttachmentDataPopulation.Builder
- java.lang.Object
-
- com.oracle.bmc.resourceanalytics.model.TenancyAttachmentDataPopulation.Builder
-
- Enclosing class:
- TenancyAttachmentDataPopulation
public static class TenancyAttachmentDataPopulation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TenancyAttachmentDataPopulationbuild()TenancyAttachmentDataPopulation.Buildercopy(TenancyAttachmentDataPopulation model)TenancyAttachmentDataPopulation.BuilderinProgressCount(Integer inProgressCount)The number of data population tasks currently in progress.TenancyAttachmentDataPopulation.Builderstatus(TenancyAttachment.DataPopulationStatus status)The overall status of the data population from the monitored region of the tenancy.TenancyAttachmentDataPopulation.BuildersucceededCount(Integer succeededCount)The number of data population tasks that have succeeded.TenancyAttachmentDataPopulation.BuildertimeEnded(Date timeEnded)The date and time the data population task completed, in the format defined by RFC 3339.TenancyAttachmentDataPopulation.BuildertimeStarted(Date timeStarted)The date and time the data population task was started, in the format defined by RFC 3339.TenancyAttachmentDataPopulation.BuildertotalCount(Integer totalCount)The total number of data population tasks.
-
-
-
Method Detail
-
status
public TenancyAttachmentDataPopulation.Builder status(TenancyAttachment.DataPopulationStatus status)
The overall status of the data population from the monitored region of the tenancy.- Parameters:
status- the value to set- Returns:
- this builder
-
timeStarted
public TenancyAttachmentDataPopulation.Builder timeStarted(Date timeStarted)
The date and time the data population task was started, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeStarted- the value to set- Returns:
- this builder
-
timeEnded
public TenancyAttachmentDataPopulation.Builder timeEnded(Date timeEnded)
The date and time the data population task completed, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeEnded- the value to set- Returns:
- this builder
-
inProgressCount
public TenancyAttachmentDataPopulation.Builder inProgressCount(Integer inProgressCount)
The number of data population tasks currently in progress.- Parameters:
inProgressCount- the value to set- Returns:
- this builder
-
succeededCount
public TenancyAttachmentDataPopulation.Builder succeededCount(Integer succeededCount)
The number of data population tasks that have succeeded.- Parameters:
succeededCount- the value to set- Returns:
- this builder
-
totalCount
public TenancyAttachmentDataPopulation.Builder totalCount(Integer totalCount)
The total number of data population tasks.- Parameters:
totalCount- the value to set- Returns:
- this builder
-
build
public TenancyAttachmentDataPopulation build()
-
copy
public TenancyAttachmentDataPopulation.Builder copy(TenancyAttachmentDataPopulation model)
-
-