public static class UpdateTargetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateTargetDetails |
build() |
UpdateTargetDetails.Builder |
copy(UpdateTargetDetails model) |
UpdateTargetDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateTargetDetails.Builder |
displayName(String displayName)
Display name of a target.
|
UpdateTargetDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateTargetDetails.Builder |
lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Target.
|
UpdateTargetDetails.Builder |
targetDetectorRecipes(List<UpdateTargetDetectorRecipe> targetDetectorRecipes)
The details of target detector recipes to be updated
|
UpdateTargetDetails.Builder |
targetResponderRecipes(List<UpdateTargetResponderRecipe> targetResponderRecipes)
The details of target responder recipes to be updated
|
public UpdateTargetDetails.Builder displayName(String displayName)
Display name of a target.
Avoid entering confidential information.
displayName
- the value to setpublic UpdateTargetDetails.Builder lifecycleState(LifecycleState lifecycleState)
The current lifecycle state of the Target.
lifecycleState
- the value to setpublic UpdateTargetDetails.Builder targetDetectorRecipes(List<UpdateTargetDetectorRecipe> targetDetectorRecipes)
The details of target detector recipes to be updated
targetDetectorRecipes
- the value to setpublic UpdateTargetDetails.Builder targetResponderRecipes(List<UpdateTargetResponderRecipe> targetResponderRecipes)
The details of target responder recipes to be updated
targetResponderRecipes
- the value to setpublic UpdateTargetDetails.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 UpdateTargetDetails.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 UpdateTargetDetails build()
public UpdateTargetDetails.Builder copy(UpdateTargetDetails model)
Copyright © 2016–2024. All rights reserved.