public static class BlockchainPlatformByHostname.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BlockchainPlatformByHostname |
build() |
BlockchainPlatformByHostname.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
BlockchainPlatformByHostname.Builder |
computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or
ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
|
BlockchainPlatformByHostname.Builder |
copy(BlockchainPlatformByHostname model) |
BlockchainPlatformByHostname.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
BlockchainPlatformByHostname.Builder |
description(String description)
Platform Instance Description
|
BlockchainPlatformByHostname.Builder |
displayName(String displayName)
Platform Instance Display name, can be renamed
|
BlockchainPlatformByHostname.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
BlockchainPlatformByHostname.Builder |
id(String id)
unique identifier that is immutable on creation
|
BlockchainPlatformByHostname.Builder |
lifecycleDetails(String lifecycleDetails)
An message describing the current state in more detail.
|
BlockchainPlatformByHostname.Builder |
lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.
|
BlockchainPlatformByHostname.Builder |
platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - founder or participant
|
BlockchainPlatformByHostname.Builder |
serviceEndpoint(String serviceEndpoint)
Service endpoint URL, valid post-provisioning
|
BlockchainPlatformByHostname.Builder |
timeCreated(Date timeCreated)
The time the the Platform Instance was created.
|
BlockchainPlatformByHostname.Builder |
timeUpdated(Date timeUpdated)
The time the Platform Instance was updated.
|
public BlockchainPlatformByHostname.Builder id(String id)
unique identifier that is immutable on creation
id
- the value to setpublic BlockchainPlatformByHostname.Builder serviceEndpoint(String serviceEndpoint)
Service endpoint URL, valid post-provisioning
serviceEndpoint
- the value to setpublic BlockchainPlatformByHostname.Builder displayName(String displayName)
Platform Instance Display name, can be renamed
displayName
- the value to setpublic BlockchainPlatformByHostname.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic BlockchainPlatformByHostname.Builder description(String description)
Platform Instance Description
description
- the value to setpublic BlockchainPlatformByHostname.Builder timeCreated(Date timeCreated)
The time the the Platform Instance was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic BlockchainPlatformByHostname.Builder timeUpdated(Date timeUpdated)
The time the Platform Instance was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic BlockchainPlatformByHostname.Builder platformRole(BlockchainPlatform.PlatformRole platformRole)
Role of platform - founder or participant
platformRole
- the value to setpublic BlockchainPlatformByHostname.Builder computeShape(BlockchainPlatform.ComputeShape computeShape)
Compute shape - STANDARD or ENTERPRISE_SMALL or ENTERPRISE_MEDIUM or ENTERPRISE_LARGE or ENTERPRISE_EXTRA_LARGE or ENTERPRISE_CUSTOM
computeShape
- the value to setpublic BlockchainPlatformByHostname.Builder lifecycleState(BlockchainPlatform.LifecycleState lifecycleState)
The current state of the Platform Instance.
lifecycleState
- the value to setpublic BlockchainPlatformByHostname.Builder lifecycleDetails(String lifecycleDetails)
An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic BlockchainPlatformByHostname.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 BlockchainPlatformByHostname.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 BlockchainPlatformByHostname build()
public BlockchainPlatformByHostname.Builder copy(BlockchainPlatformByHostname model)
Copyright © 2016–2024. All rights reserved.