Interface GroupingStatusesItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GroupingStatusesItem.Builder,
,GroupingStatusesItem> SdkBuilder<GroupingStatusesItem.Builder,
,GroupingStatusesItem> SdkPojo
- Enclosing class:
GroupingStatusesItem
public static interface GroupingStatusesItem.Builder
extends SdkPojo, CopyableBuilder<GroupingStatusesItem.Builder,GroupingStatusesItem>
-
Method Summary
Modifier and TypeMethodDescriptionDescribes the resource grouping action with values ofGROUP
orUNGROUP
.action
(GroupingType action) Describes the resource grouping action with values ofGROUP
orUNGROUP
.Specifies the error code that was raised.errorMessage
(String errorMessage) A message that explains theErrorCode
.resourceArn
(String resourceArn) The Amazon resource name (ARN) of a resource.Describes the resource grouping status with values ofSUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.status
(GroupingStatus status) Describes the resource grouping status with values ofSUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.A timestamp of when the status was last updated.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
-
resourceArn
The Amazon resource name (ARN) of a resource.
- Parameters:
resourceArn
- The Amazon resource name (ARN) of a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
Describes the resource grouping action with values of
GROUP
orUNGROUP
.- Parameters:
action
- Describes the resource grouping action with values ofGROUP
orUNGROUP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
Describes the resource grouping action with values of
GROUP
orUNGROUP
.- Parameters:
action
- Describes the resource grouping action with values ofGROUP
orUNGROUP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Describes the resource grouping status with values of
SUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.- Parameters:
status
- Describes the resource grouping status with values ofSUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Describes the resource grouping status with values of
SUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.- Parameters:
status
- Describes the resource grouping status with values ofSUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
A message that explains the
ErrorCode
.- Parameters:
errorMessage
- A message that explains theErrorCode
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
Specifies the error code that was raised.
- Parameters:
errorCode
- Specifies the error code that was raised.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
A timestamp of when the status was last updated.
- Parameters:
updatedAt
- A timestamp of when the status was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-