Package com.oracle.bmc.core.model
Class ComputeHpcIslandSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.ComputeHpcIslandSummary.Builder
-
- Enclosing class:
- ComputeHpcIslandSummary
public static class ComputeHpcIslandSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeHpcIslandSummary
build()
ComputeHpcIslandSummary.Builder
computeCapacityTopologyId(String computeCapacityTopologyId)
The OCID of the compute capacity topology.ComputeHpcIslandSummary.Builder
copy(ComputeHpcIslandSummary model)
ComputeHpcIslandSummary.Builder
id(String id)
The OCID of the compute HPC island.ComputeHpcIslandSummary.Builder
lifecycleState(ComputeHpcIsland.LifecycleState lifecycleState)
The current state of the compute HPC island.ComputeHpcIslandSummary.Builder
timeCreated(Date timeCreated)
The date and time that the compute HPC island was created, in the format defined by RFC3339.ComputeHpcIslandSummary.Builder
timeUpdated(Date timeUpdated)
The date and time that the compute HPC island was updated, in the format defined by RFC3339.ComputeHpcIslandSummary.Builder
totalComputeBareMetalHostCount(Long totalComputeBareMetalHostCount)
The total number of compute bare metal hosts located in this compute HPC island.
-
-
-
Method Detail
-
computeCapacityTopologyId
public ComputeHpcIslandSummary.Builder computeCapacityTopologyId(String computeCapacityTopologyId)
The OCID of the compute capacity topology.- Parameters:
computeCapacityTopologyId
- the value to set- Returns:
- this builder
-
id
public ComputeHpcIslandSummary.Builder id(String id)
The OCID of the compute HPC island.- Parameters:
id
- the value to set- Returns:
- this builder
-
lifecycleState
public ComputeHpcIslandSummary.Builder lifecycleState(ComputeHpcIsland.LifecycleState lifecycleState)
The current state of the compute HPC island.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
timeCreated
public ComputeHpcIslandSummary.Builder timeCreated(Date timeCreated)
The date and time that the compute HPC island was created, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public ComputeHpcIslandSummary.Builder timeUpdated(Date timeUpdated)
The date and time that the compute HPC island was updated, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
totalComputeBareMetalHostCount
public ComputeHpcIslandSummary.Builder totalComputeBareMetalHostCount(Long totalComputeBareMetalHostCount)
The total number of compute bare metal hosts located in this compute HPC island.- Parameters:
totalComputeBareMetalHostCount
- the value to set- Returns:
- this builder
-
build
public ComputeHpcIslandSummary build()
-
copy
public ComputeHpcIslandSummary.Builder copy(ComputeHpcIslandSummary model)
-
-