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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All 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.BuilderlifecycleState(SupportedCloudRegionLifecycleState lifecycleState)The current state of the supported cloud region.SupportedCloudRegionSummary.Buildername(String name)The supported cloud region name.
-
-
-
Method Detail
-
assetSourceType
public SupportedCloudRegionSummary.Builder assetSourceType(AssetSourceType assetSourceType)
The asset source type associated with the supported cloud region.- Parameters:
assetSourceType- the value to set- Returns:
- this builder
-
name
public SupportedCloudRegionSummary.Builder name(String name)
The supported cloud region name.- Parameters:
name- the value to set- Returns:
- this builder
-
lifecycleState
public SupportedCloudRegionSummary.Builder lifecycleState(SupportedCloudRegionLifecycleState lifecycleState)
The current state of the supported cloud region.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
build
public SupportedCloudRegionSummary build()
-
copy
public SupportedCloudRegionSummary.Builder copy(SupportedCloudRegionSummary model)
-
-