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