Interface ServiceActionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceActionSummary.Builder,
,ServiceActionSummary> SdkBuilder<ServiceActionSummary.Builder,
,ServiceActionSummary> SdkPojo
- Enclosing class:
ServiceActionSummary
public static interface ServiceActionSummary.Builder
extends SdkPojo, CopyableBuilder<ServiceActionSummary.Builder,ServiceActionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefinitionType
(String definitionType) The self-service action definition type.definitionType
(ServiceActionDefinitionType definitionType) The self-service action definition type.description
(String description) The self-service action description.The self-service action identifier.The self-service action name.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, sdkFields
-
Method Details
-
id
The self-service action identifier.
- Parameters:
id
- The self-service action identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The self-service action name.
- Parameters:
name
- The self-service action name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The self-service action description.
- Parameters:
description
- The self-service action description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definitionType
The self-service action definition type. For example,
SSM_AUTOMATION
.- Parameters:
definitionType
- The self-service action definition type. For example,SSM_AUTOMATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
definitionType
The self-service action definition type. For example,
SSM_AUTOMATION
.- Parameters:
definitionType
- The self-service action definition type. For example,SSM_AUTOMATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-