Interface RecommendedAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendedAction.Builder,
,RecommendedAction> SdkBuilder<RecommendedAction.Builder,
,RecommendedAction> SdkPojo
- Enclosing class:
RecommendedAction
@Mutable
@NotThreadSafe
public static interface RecommendedAction.Builder
extends SdkPojo, CopyableBuilder<RecommendedAction.Builder,RecommendedAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe account that the recommended action is for.Context that applies to the recommended action.The feature associated with the recommended action.The feature associated with the recommended action.The ID for the recommended action.lastUpdatedTimeStamp
(String lastUpdatedTimeStamp) The time when the recommended action status was last updated.The possible next steps to execute the recommended action.nextSteps
(Collection<String> nextSteps) The possible next steps to execute the recommended action.The severity associated with the recommended action.The severity associated with the recommended action.The type of action you can take by adopting the recommended action.type
(ActionType type) The type of action you can take by adopting the recommended action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID for the recommended action.
- Parameters:
id
- The ID for the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of action you can take by adopting the recommended action.
- Parameters:
type
- The type of action you can take by adopting the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of action you can take by adopting the recommended action.
- Parameters:
type
- The type of action you can take by adopting the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountId
The account that the recommended action is for.
- Parameters:
accountId
- The account that the recommended action is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
The severity associated with the recommended action.
- Parameters:
severity
- The severity associated with the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
The severity associated with the recommended action.
- Parameters:
severity
- The severity associated with the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
feature
The feature associated with the recommended action.
- Parameters:
feature
- The feature associated with the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
feature
The feature associated with the recommended action.
- Parameters:
feature
- The feature associated with the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
context
Context that applies to the recommended action.
- Parameters:
context
- Context that applies to the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextSteps
The possible next steps to execute the recommended action.
- Parameters:
nextSteps
- The possible next steps to execute the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextSteps
The possible next steps to execute the recommended action.
- Parameters:
nextSteps
- The possible next steps to execute the recommended action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimeStamp
The time when the recommended action status was last updated.
- Parameters:
lastUpdatedTimeStamp
- The time when the recommended action status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-