Interface ActionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ActionSummary.Builder,,ActionSummary> SdkBuilder<ActionSummary.Builder,,ActionSummary> SdkPojo
- Enclosing class:
ActionSummary
@Mutable
@NotThreadSafe
public static interface ActionSummary.Builder
extends SdkPojo, CopyableBuilder<ActionSummary.Builder,ActionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the support action.description(String description) A description of what the support action does.The AWS service associated with the support action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
action
The name of the support action.
- Parameters:
action- The name of the support action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
The AWS service associated with the support action.
- Parameters:
service- The AWS service associated with the support action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what the support action does.
- Parameters:
description- A description of what the support action does.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-