public static class DelegationControlSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DelegationControlSummary |
build() |
DelegationControlSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the Delegation Control.
|
DelegationControlSummary.Builder |
copy(DelegationControlSummary model) |
DelegationControlSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DelegationControlSummary.Builder |
displayName(String displayName)
Name of the Delegation Control.
|
DelegationControlSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DelegationControlSummary.Builder |
id(String id)
The OCID of the Delegation Control.
|
DelegationControlSummary.Builder |
lifecycleState(DelegationControl.LifecycleState lifecycleState)
The current lifecycle state of the Delegation Control.
|
DelegationControlSummary.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
Description of the current lifecycle state in more detail.
|
DelegationControlSummary.Builder |
resourceType(DelegationControlResourceType resourceType)
resourceType for which the Delegation Control is applicable
|
DelegationControlSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
DelegationControlSummary.Builder |
timeCreated(Date timeCreated)
Time when the Delegation Control was created, expressed in [RFC 3339]
(https://tools.ietf.org/html/rfc3339) timestamp format, e.g.
|
DelegationControlSummary.Builder |
timeDeleted(Date timeDeleted)
Time when the Delegation Control was deleted, expressed in RFC
3339 timestamp format, e.g.
|
DelegationControlSummary.Builder |
timeUpdated(Date timeUpdated)
Time when the Delegation Control was last modified, expressed in [RFC 3339]
(https://tools.ietf.org/html/rfc3339) timestamp format, e.g.
|
public DelegationControlSummary.Builder id(String id)
The OCID of the Delegation Control.
id
- the value to setpublic DelegationControlSummary.Builder displayName(String displayName)
Name of the Delegation Control. The name does not need to be unique.
displayName
- the value to setpublic DelegationControlSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the Delegation Control.
compartmentId
- the value to setpublic DelegationControlSummary.Builder resourceType(DelegationControlResourceType resourceType)
resourceType for which the Delegation Control is applicable
resourceType
- the value to setpublic DelegationControlSummary.Builder timeCreated(Date timeCreated)
Time when the Delegation Control was created, expressed in [RFC 3339] (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’.
timeCreated
- the value to setpublic DelegationControlSummary.Builder timeUpdated(Date timeUpdated)
Time when the Delegation Control was last modified, expressed in [RFC 3339] (https://tools.ietf.org/html/rfc3339) timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’.
timeUpdated
- the value to setpublic DelegationControlSummary.Builder timeDeleted(Date timeDeleted)
Time when the Delegation Control was deleted, expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’.
timeDeleted
- the value to setpublic DelegationControlSummary.Builder lifecycleState(DelegationControl.LifecycleState lifecycleState)
The current lifecycle state of the Delegation Control.
lifecycleState
- the value to setpublic DelegationControlSummary.Builder lifecycleStateDetails(String lifecycleStateDetails)
Description of the current lifecycle state in more detail.
lifecycleStateDetails
- the value to setpublic DelegationControlSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic DelegationControlSummary.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: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic DelegationControlSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic DelegationControlSummary build()
public DelegationControlSummary.Builder copy(DelegationControlSummary model)
Copyright © 2016–2024. All rights reserved.