public static class UpdateProfileDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateProfileDetails.Builder description(String description)
Text describing the profile. Avoid entering confidential information.
description
- the value to setpublic UpdateProfileDetails.Builder aggregationIntervalInDays(Integer aggregationIntervalInDays)
The time period over which to collect data for the recommendations, measured in number of days.
aggregationIntervalInDays
- the value to setpublic UpdateProfileDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateProfileDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair applied without any predefined name, type, or namespace. For more information, see Resource Tags. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateProfileDetails.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { "orcl-cloud": { "free-tier-retained": "true" } }
systemTags
- the value to setpublic UpdateProfileDetails.Builder levelsConfiguration(LevelsConfiguration levelsConfiguration)
public UpdateProfileDetails.Builder targetCompartments(TargetCompartments targetCompartments)
public UpdateProfileDetails.Builder targetTags(TargetTags targetTags)
public UpdateProfileDetails.Builder name(String name)
The name assigned to the profile. Avoid entering confidential information.
name
- the value to setpublic UpdateProfileDetails build()
public UpdateProfileDetails.Builder copy(UpdateProfileDetails model)
Copyright © 2016–2024. All rights reserved.