Interface ActionGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionGroupSummary.Builder,ActionGroupSummary>,SdkBuilder<ActionGroupSummary.Builder,ActionGroupSummary>,SdkPojo
- Enclosing class:
- ActionGroupSummary
public static interface ActionGroupSummary.Builder extends SdkPojo, CopyableBuilder<ActionGroupSummary.Builder,ActionGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionGroupSummary.BuilderactionGroupId(String actionGroupId)Sets the value of the ActionGroupId property for this object.ActionGroupSummary.BuilderactionGroupName(String actionGroupName)Sets the value of the ActionGroupName property for this object.ActionGroupSummary.BuilderactionGroupState(String actionGroupState)Sets the value of the ActionGroupState property for this object.ActionGroupSummary.BuilderactionGroupState(ActionGroupState actionGroupState)Sets the value of the ActionGroupState property for this object.ActionGroupSummary.Builderdescription(String description)Sets the value of the Description property for this object.ActionGroupSummary.BuilderupdatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.-
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 Detail
-
actionGroupId
ActionGroupSummary.Builder actionGroupId(String actionGroupId)
Sets the value of the ActionGroupId property for this object.- Parameters:
actionGroupId- The new value for the ActionGroupId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupName
ActionGroupSummary.Builder actionGroupName(String actionGroupName)
Sets the value of the ActionGroupName property for this object.- Parameters:
actionGroupName- The new value for the ActionGroupName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupState
ActionGroupSummary.Builder actionGroupState(String actionGroupState)
Sets the value of the ActionGroupState property for this object.- Parameters:
actionGroupState- The new value for the ActionGroupState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupState,ActionGroupState
-
actionGroupState
ActionGroupSummary.Builder actionGroupState(ActionGroupState actionGroupState)
Sets the value of the ActionGroupState property for this object.- Parameters:
actionGroupState- The new value for the ActionGroupState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupState,ActionGroupState
-
description
ActionGroupSummary.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
ActionGroupSummary.Builder updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.- Parameters:
updatedAt- The new value for the UpdatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-