public static class ResponderRecipe.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponderRecipe |
build() |
ResponderRecipe.Builder |
compartmentId(String compartmentId)
Compartment OCID
|
ResponderRecipe.Builder |
copy(ResponderRecipe model) |
ResponderRecipe.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ResponderRecipe.Builder |
description(String description)
Responder recipe description
|
ResponderRecipe.Builder |
displayName(String displayName)
Responder recipe display name
|
ResponderRecipe.Builder |
effectiveResponderRules(List<ResponderRecipeResponderRule> effectiveResponderRules)
List of currently enabled responder rules for the responder type, for recipe after
applying defaults
|
ResponderRecipe.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ResponderRecipe.Builder |
id(String id)
Unique identifier for the responder recip
|
ResponderRecipe.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
ResponderRecipe.Builder |
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the example
|
ResponderRecipe.Builder |
owner(OwnerType owner)
Owner of responder recipe
|
ResponderRecipe.Builder |
responderRules(List<ResponderRecipeResponderRule> responderRules)
List of responder rules associated with the recipe
|
ResponderRecipe.Builder |
sourceResponderRecipeId(String sourceResponderRecipeId)
The unique identifier of the source responder recipe
|
ResponderRecipe.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
ResponderRecipe.Builder |
timeCreated(Date timeCreated)
The date and time the responder recipe was created.
|
ResponderRecipe.Builder |
timeUpdated(Date timeUpdated)
The date and time the responder recipe was last updated.
|
public ResponderRecipe.Builder id(String id)
Unique identifier for the responder recip
id
- the value to setpublic ResponderRecipe.Builder displayName(String displayName)
Responder recipe display name
displayName
- the value to setpublic ResponderRecipe.Builder description(String description)
Responder recipe description
description
- the value to setpublic ResponderRecipe.Builder owner(OwnerType owner)
Owner of responder recipe
owner
- the value to setpublic ResponderRecipe.Builder responderRules(List<ResponderRecipeResponderRule> responderRules)
List of responder rules associated with the recipe
responderRules
- the value to setpublic ResponderRecipe.Builder effectiveResponderRules(List<ResponderRecipeResponderRule> effectiveResponderRules)
List of currently enabled responder rules for the responder type, for recipe after applying defaults
effectiveResponderRules
- the value to setpublic ResponderRecipe.Builder sourceResponderRecipeId(String sourceResponderRecipeId)
The unique identifier of the source responder recipe
sourceResponderRecipeId
- the value to setpublic ResponderRecipe.Builder compartmentId(String compartmentId)
Compartment OCID
compartmentId
- the value to setpublic ResponderRecipe.Builder timeCreated(Date timeCreated)
The date and time the responder recipe was created. Format defined by RFC3339.
timeCreated
- the value to setpublic ResponderRecipe.Builder timeUpdated(Date timeUpdated)
The date and time the responder recipe was last updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic ResponderRecipe.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the example
lifecycleState
- the value to setpublic ResponderRecipe.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 ResponderRecipe.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 ResponderRecipe.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 ResponderRecipe.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 ResponderRecipe build()
public ResponderRecipe.Builder copy(ResponderRecipe model)
Copyright © 2016–2024. All rights reserved.