Package com.oracle.bmc.blockchain.model
Class UpdateBlockchainPlatformDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.blockchain.model.UpdateBlockchainPlatformDetails.Builder
-
- Enclosing class:
- UpdateBlockchainPlatformDetails
public static class UpdateBlockchainPlatformDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
description
public UpdateBlockchainPlatformDetails.Builder description(String description)
Platform Description- Parameters:
description
- the value to set- Returns:
- this builder
-
storageSizeInTBs
public UpdateBlockchainPlatformDetails.Builder storageSizeInTBs(Double storageSizeInTBs)
Storage size in TBs- Parameters:
storageSizeInTBs
- the value to set- Returns:
- this builder
-
replicas
public UpdateBlockchainPlatformDetails.Builder replicas(ReplicaDetails replicas)
-
totalOcpuCapacity
public UpdateBlockchainPlatformDetails.Builder totalOcpuCapacity(Integer totalOcpuCapacity)
Number of total OCPUs to allocate- Parameters:
totalOcpuCapacity
- the value to set- Returns:
- this builder
-
loadBalancerShape
public UpdateBlockchainPlatformDetails.Builder loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS.Default is LB_100_MBPS.
- Parameters:
loadBalancerShape
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateBlockchainPlatformDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateBlockchainPlatformDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateBlockchainPlatformDetails build()
-
copy
public UpdateBlockchainPlatformDetails.Builder copy(UpdateBlockchainPlatformDetails model)
-
-