Uses of Class
com.oracle.bmc.apmconfig.model.OptionsSummary.Builder
-
Packages that use OptionsSummary.Builder Package Description com.oracle.bmc.apmconfig.model -
-
Uses of OptionsSummary.Builder in com.oracle.bmc.apmconfig.model
Methods in com.oracle.bmc.apmconfig.model that return OptionsSummary.Builder Modifier and Type Method Description static OptionsSummary.Builder
OptionsSummary. builder()
Create a new builder.OptionsSummary.Builder
OptionsSummary.Builder. copy(OptionsSummary model)
OptionsSummary.Builder
OptionsSummary.Builder. createdBy(String createdBy)
OptionsSummary.Builder
OptionsSummary.Builder. definedTags(Map<String,Map<String,Object>> definedTags)
OptionsSummary.Builder
OptionsSummary.Builder. description(String description)
An optional string that describes what the options are intended or used for.OptionsSummary.Builder
OptionsSummary.Builder. displayName(String displayName)
The name by which a configuration entity is displayed to the end user.OptionsSummary.Builder
OptionsSummary.Builder. etag(String etag)
OptionsSummary.Builder
OptionsSummary.Builder. freeformTags(Map<String,String> freeformTags)
OptionsSummary.Builder
OptionsSummary.Builder. group(String group)
A string that specifies the group that an OPTIONS item belongs to.OptionsSummary.Builder
OptionsSummary.Builder. id(String id)
OptionsSummary.Builder
OptionsSummary.Builder. options(Object options)
The options are stored here as JSON.OptionsSummary.Builder
OptionsSummary.Builder. systemTags(Map<String,Map<String,Object>> systemTags)
OptionsSummary.Builder
OptionsSummary.Builder. timeCreated(Date timeCreated)
OptionsSummary.Builder
OptionsSummary.Builder. timeUpdated(Date timeUpdated)
OptionsSummary.Builder
OptionsSummary. toBuilder()
OptionsSummary.Builder
OptionsSummary.Builder. updatedBy(String updatedBy)
-