public static class UpdateBlockchainPlatformDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateBlockchainPlatformDetails.Builder description(String description)
Platform Description
description
- the value to setpublic UpdateBlockchainPlatformDetails.Builder storageSizeInTBs(Double storageSizeInTBs)
Storage size in TBs
storageSizeInTBs
- the value to setpublic UpdateBlockchainPlatformDetails.Builder replicas(ReplicaDetails replicas)
public UpdateBlockchainPlatformDetails.Builder totalOcpuCapacity(Integer totalOcpuCapacity)
Number of total OCPUs to allocate
totalOcpuCapacity
- the value to setpublic UpdateBlockchainPlatformDetails.Builder loadBalancerShape(BlockchainPlatform.LoadBalancerShape loadBalancerShape)
Type of Load Balancer shape - LB_100_MBPS or LB_400_MBPS. Default is LB_100_MBPS.
loadBalancerShape
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateBlockchainPlatformDetails build()
public UpdateBlockchainPlatformDetails.Builder copy(UpdateBlockchainPlatformDetails model)
Copyright © 2016–2024. All rights reserved.