Package com.oracle.bmc.cloudbridge.model
Class SupportedCloudRegionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.SupportedCloudRegionSummary.Builder
 
- 
- Enclosing class:
- SupportedCloudRegionSummary
 
 public static class SupportedCloudRegionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportedCloudRegionSummary.BuilderassetSourceType(AssetSourceType assetSourceType)The asset source type associated with the supported cloud region.SupportedCloudRegionSummarybuild()SupportedCloudRegionSummary.Buildercopy(SupportedCloudRegionSummary model)SupportedCloudRegionSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags associated with this resource, if any.SupportedCloudRegionSummary.BuilderfreeformTags(Map<String,String> freeformTags)The freeform tags associated with this resource, if any.SupportedCloudRegionSummary.BuilderlifecycleState(SupportedCloudRegionLifecycleState lifecycleState)The current state of the supported cloud region.SupportedCloudRegionSummary.Buildername(String name)The supported cloud region name.
 
- 
- 
- 
Method Detail- 
assetSourceTypepublic SupportedCloudRegionSummary.Builder assetSourceType(AssetSourceType assetSourceType) The asset source type associated with the supported cloud region.- Parameters:
- assetSourceType- the value to set
- Returns:
- this builder
 
 - 
namepublic SupportedCloudRegionSummary.Builder name(String name) The supported cloud region name.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic SupportedCloudRegionSummary.Builder lifecycleState(SupportedCloudRegionLifecycleState lifecycleState) The current state of the supported cloud region.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic SupportedCloudRegionSummary.Builder freeformTags(Map<String,String> freeformTags) The freeform tags associated with this resource, if any.Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic SupportedCloudRegionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) The defined tags associated with this resource, if any.Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic SupportedCloudRegionSummary build() 
 - 
copypublic SupportedCloudRegionSummary.Builder copy(SupportedCloudRegionSummary model) 
 
- 
 
-