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 Identifier
|
ResponderRecipeSummary.Builder |
copy(ResponderRecipeSummary model) |
ResponderRecipeSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ResponderRecipeSummary.Builder |
description(String description)
ResponderRecipe description.
|
ResponderRecipeSummary.Builder |
displayName(String displayName)
ResponderRecipe 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)
Identifier for ResponderRecipe.
|
ResponderRecipeSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
ResponderRecipeSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the Example.
|
ResponderRecipeSummary.Builder |
owner(OwnerType owner)
Owner of ResponderRecipe
|
ResponderRecipeSummary.Builder |
responderRules(List<ResponderRecipeResponderRule> responderRules)
List of responder rules associated with the recipe
|
ResponderRecipeSummary.Builder |
sourceResponderRecipeId(String sourceResponderRecipeId)
The id 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 updated.
|
public ResponderRecipeSummary.Builder id(String id)
Identifier for ResponderRecipe.
id
- the value to setpublic ResponderRecipeSummary.Builder displayName(String displayName)
ResponderRecipe display name.
displayName
- the value to setpublic ResponderRecipeSummary.Builder description(String description)
ResponderRecipe description.
description
- the value to setpublic ResponderRecipeSummary.Builder owner(OwnerType owner)
Owner of ResponderRecipe
owner
- the value to setpublic ResponderRecipeSummary.Builder responderRules(List<ResponderRecipeResponderRule> responderRules)
List of responder rules associated with the recipe
responderRules
- the value to setpublic ResponderRecipeSummary.Builder sourceResponderRecipeId(String sourceResponderRecipeId)
The id of the source responder recipe.
sourceResponderRecipeId
- the value to setpublic ResponderRecipeSummary.Builder compartmentId(String compartmentId)
Compartment Identifier
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 updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic ResponderRecipeSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current 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–2023. All rights reserved.