public static class CreateFusionEnvironmentFamilyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateFusionEnvironmentFamilyDetails.Builder displayName(String displayName)
A friendly name for the environment family. The name must contain only letters, numbers, dashes, and underscores. Can be changed later.
displayName
- the value to setpublic CreateFusionEnvironmentFamilyDetails.Builder familyMaintenancePolicy(FamilyMaintenancePolicy familyMaintenancePolicy)
public CreateFusionEnvironmentFamilyDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the environment family is located.
compartmentId
- the value to setpublic CreateFusionEnvironmentFamilyDetails.Builder subscriptionIds(List<String> subscriptionIds)
The list of the IDs of the applications subscriptions that are associated with the environment family.
subscriptionIds
- the value to setpublic CreateFusionEnvironmentFamilyDetails.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 CreateFusionEnvironmentFamilyDetails.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 CreateFusionEnvironmentFamilyDetails build()
public CreateFusionEnvironmentFamilyDetails.Builder copy(CreateFusionEnvironmentFamilyDetails model)
Copyright © 2016–2024. All rights reserved.