public static class SupportedCloudRegionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SupportedCloudRegionSummary.Builder |
assetSourceType(AssetSourceType assetSourceType)
The asset source type associated with the supported cloud region.
|
SupportedCloudRegionSummary |
build() |
SupportedCloudRegionSummary.Builder |
copy(SupportedCloudRegionSummary model) |
SupportedCloudRegionSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
SupportedCloudRegionSummary.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
SupportedCloudRegionSummary.Builder |
lifecycleState(SupportedCloudRegionLifecycleState lifecycleState)
The current state of the supported cloud region.
|
SupportedCloudRegionSummary.Builder |
name(String name)
The supported cloud region name.
|
public SupportedCloudRegionSummary.Builder assetSourceType(AssetSourceType assetSourceType)
The asset source type associated with the supported cloud region.
assetSourceType
- the value to setpublic SupportedCloudRegionSummary.Builder name(String name)
The supported cloud region name.
name
- the value to setpublic SupportedCloudRegionSummary.Builder lifecycleState(SupportedCloudRegionLifecycleState lifecycleState)
The current state of the supported cloud region.
lifecycleState
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic SupportedCloudRegionSummary build()
public SupportedCloudRegionSummary.Builder copy(SupportedCloudRegionSummary model)
Copyright © 2016–2024. All rights reserved.