public static class UpdateCccInfrastructureDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateCccInfrastructureDetails |
build() |
UpdateCccInfrastructureDetails.Builder |
cccUpgradeScheduleId(String cccUpgradeScheduleId)
Schedule used for upgrades.
|
UpdateCccInfrastructureDetails.Builder |
connectionDetails(String connectionDetails)
A message describing the current connection state in more detail.
|
UpdateCccInfrastructureDetails.Builder |
connectionState(CccInfrastructure.ConnectionState connectionState)
An updated connection state of the Compute Cloud@Customer infrastructure.
|
UpdateCccInfrastructureDetails.Builder |
copy(UpdateCccInfrastructureDetails model) |
UpdateCccInfrastructureDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateCccInfrastructureDetails.Builder |
description(String description)
A mutable client-meaningful text description of the Compute Cloud@Customer
infrastructure.
|
UpdateCccInfrastructureDetails.Builder |
displayName(String displayName)
The name that will be used to display the Compute Cloud@Customer infrastructure in the
Oracle Cloud Infrastructure console.
|
UpdateCccInfrastructureDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateCccInfrastructureDetails.Builder |
subnetId(String subnetId)
OCID for
the network subnet that is used to communicate with Compute Cloud@Customer
infrastructure.
|
public UpdateCccInfrastructureDetails.Builder displayName(String displayName)
The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information.
displayName
- the value to setpublic UpdateCccInfrastructureDetails.Builder description(String description)
A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure. Avoid entering confidential information.
description
- the value to setpublic UpdateCccInfrastructureDetails.Builder subnetId(String subnetId)
OCID for the network subnet that is used to communicate with Compute Cloud@Customer infrastructure.
subnetId
- the value to setpublic UpdateCccInfrastructureDetails.Builder connectionState(CccInfrastructure.ConnectionState connectionState)
An updated connection state of the Compute Cloud@Customer infrastructure.
connectionState
- the value to setpublic UpdateCccInfrastructureDetails.Builder connectionDetails(String connectionDetails)
A message describing the current connection state in more detail.
connectionDetails
- the value to setpublic UpdateCccInfrastructureDetails.Builder cccUpgradeScheduleId(String cccUpgradeScheduleId)
Schedule used for upgrades. If no schedule is associated with the infrastructure, it can be updated at any time.
cccUpgradeScheduleId
- the value to setpublic UpdateCccInfrastructureDetails.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 UpdateCccInfrastructureDetails.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 UpdateCccInfrastructureDetails build()
public UpdateCccInfrastructureDetails.Builder copy(UpdateCccInfrastructureDetails model)
Copyright © 2016–2024. All rights reserved.