public static class TargetResponderRecipeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TargetResponderRecipeSummary |
build() |
TargetResponderRecipeSummary.Builder |
compartmentId(String compartmentId)
Compartment OCID
|
TargetResponderRecipeSummary.Builder |
copy(TargetResponderRecipeSummary model) |
TargetResponderRecipeSummary.Builder |
description(String description)
Description of the responder recipe
|
TargetResponderRecipeSummary.Builder |
displayName(String displayName)
Display name of the responder recipe
|
TargetResponderRecipeSummary.Builder |
id(String id)
Unique identifier that can’t be changed after creation
|
TargetResponderRecipeSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
TargetResponderRecipeSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the example
|
TargetResponderRecipeSummary.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
TargetResponderRecipeSummary.Builder |
owner(OwnerType owner)
Owner of the responder recipe
|
TargetResponderRecipeSummary.Builder |
responderRecipeId(String responderRecipeId)
Unique identifier for responder recipe of which this is an extension
|
TargetResponderRecipeSummary.Builder |
timeCreated(Date timeCreated)
The date and time the target responder recipe was created.
|
TargetResponderRecipeSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the target responder recipe was last updated.
|
public TargetResponderRecipeSummary.Builder id(String id)
Unique identifier that can’t be changed after creation
id
- the value to setpublic TargetResponderRecipeSummary.Builder compartmentId(String compartmentId)
Compartment OCID
compartmentId
- the value to setpublic TargetResponderRecipeSummary.Builder responderRecipeId(String responderRecipeId)
Unique identifier for responder recipe of which this is an extension
responderRecipeId
- the value to setpublic TargetResponderRecipeSummary.Builder displayName(String displayName)
Display name of the responder recipe
displayName
- the value to setpublic TargetResponderRecipeSummary.Builder description(String description)
Description of the responder recipe
description
- the value to setpublic TargetResponderRecipeSummary.Builder owner(OwnerType owner)
Owner of the responder recipe
owner
- the value to setpublic TargetResponderRecipeSummary.Builder timeCreated(Date timeCreated)
The date and time the target responder recipe was created. Format defined by RFC3339.
timeCreated
- the value to setpublic TargetResponderRecipeSummary.Builder timeUpdated(Date timeUpdated)
The date and time the target responder recipe was last updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic TargetResponderRecipeSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the example
lifecycleState
- the value to setpublic TargetResponderRecipeSummary.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 TargetResponderRecipeSummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic TargetResponderRecipeSummary build()
public TargetResponderRecipeSummary.Builder copy(TargetResponderRecipeSummary model)
Copyright © 2016–2024. All rights reserved.