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