public static class ConfigurationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConfigurationSummary |
build() |
ConfigurationSummary.Builder |
compartmentId(String compartmentId)
OCID of the Compartment the Configuration exists in.
|
ConfigurationSummary.Builder |
copy(ConfigurationSummary model) |
ConfigurationSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ConfigurationSummary.Builder |
description(String description)
User-provided data about the Configuration.
|
ConfigurationSummary.Builder |
displayName(String displayName)
The display name of the Configuration.
|
ConfigurationSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ConfigurationSummary.Builder |
id(String id)
The OCID of the Configuration.
|
ConfigurationSummary.Builder |
lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the Configuration.
|
ConfigurationSummary.Builder |
shapeName(String shapeName)
The name of the associated Shape.
|
ConfigurationSummary.Builder |
timeCreated(Date timeCreated)
The date and time the Configuration was created, as described by RFC
3339.
|
ConfigurationSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the Configuration was last updated, as described by RFC
3339.
|
ConfigurationSummary.Builder |
type(Configuration.Type type)
The Configuration type, DEFAULT or CUSTOM
|
public ConfigurationSummary.Builder id(String id)
The OCID of the Configuration.
id
- the value to setpublic ConfigurationSummary.Builder compartmentId(String compartmentId)
OCID of the Compartment the Configuration exists in.
compartmentId
- the value to setpublic ConfigurationSummary.Builder description(String description)
User-provided data about the Configuration.
description
- the value to setpublic ConfigurationSummary.Builder displayName(String displayName)
The display name of the Configuration.
displayName
- the value to setpublic ConfigurationSummary.Builder shapeName(String shapeName)
The name of the associated Shape.
shapeName
- the value to setpublic ConfigurationSummary.Builder type(Configuration.Type type)
The Configuration type, DEFAULT or CUSTOM
type
- the value to setpublic ConfigurationSummary.Builder lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the Configuration.
lifecycleState
- the value to setpublic ConfigurationSummary.Builder timeCreated(Date timeCreated)
The date and time the Configuration was created, as described by RFC 3339.
timeCreated
- the value to setpublic ConfigurationSummary.Builder timeUpdated(Date timeUpdated)
The date and time the Configuration was last updated, as described by RFC 3339.
timeUpdated
- the value to setpublic ConfigurationSummary.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 ConfigurationSummary.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 ConfigurationSummary build()
public ConfigurationSummary.Builder copy(ConfigurationSummary model)
Copyright © 2016–2024. All rights reserved.