public static class ResponderRecipeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponderRecipeSummary |
build() |
ResponderRecipeSummary.Builder |
compartmentId(String compartmentId)
Compartment OCID
|
ResponderRecipeSummary.Builder |
copy(ResponderRecipeSummary model) |
ResponderRecipeSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ResponderRecipeSummary.Builder |
description(String description)
Responder recipe description
|
ResponderRecipeSummary.Builder |
displayName(String displayName)
Responder recipe display name
|
ResponderRecipeSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ResponderRecipeSummary.Builder |
id(String id)
Unique identifier for the responder recipe
|
ResponderRecipeSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
ResponderRecipeSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the example
|
ResponderRecipeSummary.Builder |
owner(OwnerType owner)
Responder recipe description
|
ResponderRecipeSummary.Builder |
responderRules(List<ResponderRecipeResponderRule> responderRules)
List of responder rules associated with the responder recipe
|
ResponderRecipeSummary.Builder |
sourceResponderRecipeId(String sourceResponderRecipeId)
Unique identifier of the source responder recipe
|
ResponderRecipeSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ResponderRecipeSummary.Builder |
timeCreated(Date timeCreated)
The date and time the responder recipe was created.
|
ResponderRecipeSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the responder recipe was last updated.
|
public ResponderRecipeSummary.Builder id(String id)
Unique identifier for the responder recipe
id
- the value to setpublic ResponderRecipeSummary.Builder displayName(String displayName)
Responder recipe display name
displayName
- the value to setpublic ResponderRecipeSummary.Builder description(String description)
Responder recipe description
description
- the value to setpublic ResponderRecipeSummary.Builder owner(OwnerType owner)
Responder recipe description
owner
- the value to setpublic ResponderRecipeSummary.Builder responderRules(List<ResponderRecipeResponderRule> responderRules)
List of responder rules associated with the responder recipe
responderRules
- the value to setpublic ResponderRecipeSummary.Builder sourceResponderRecipeId(String sourceResponderRecipeId)
Unique identifier of the source responder recipe
sourceResponderRecipeId
- the value to setpublic ResponderRecipeSummary.Builder compartmentId(String compartmentId)
Compartment OCID
compartmentId
- the value to setpublic ResponderRecipeSummary.Builder timeCreated(Date timeCreated)
The date and time the responder recipe was created. Format defined by RFC3339.
timeCreated
- the value to setpublic ResponderRecipeSummary.Builder timeUpdated(Date timeUpdated)
The date and time the responder recipe was last updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic ResponderRecipeSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the example
lifecycleState
- the value to setpublic ResponderRecipeSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic ResponderRecipeSummary.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"}
Avoid entering confidential information.
freeformTags
- the value to setpublic ResponderRecipeSummary.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 ResponderRecipeSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic ResponderRecipeSummary build()
public ResponderRecipeSummary.Builder copy(ResponderRecipeSummary model)
Copyright © 2016–2024. All rights reserved.