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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupingStatusesItem.Builderaction(String action)Describes the resource grouping action with values ofGROUPorUNGROUP.GroupingStatusesItem.Builderaction(GroupingType action)Describes the resource grouping action with values ofGROUPorUNGROUP.GroupingStatusesItem.BuildererrorCode(String errorCode)Specifies the error code that was raised.GroupingStatusesItem.BuildererrorMessage(String errorMessage)A message that explains theErrorCode.GroupingStatusesItem.BuilderresourceArn(String resourceArn)The Amazon resource name (ARN) of a resource.GroupingStatusesItem.Builderstatus(String status)Describes the resource grouping status with values ofSUCCESS,FAILED,IN_PROGRESS, orSKIPPED.GroupingStatusesItem.Builderstatus(GroupingStatus status)Describes the resource grouping status with values ofSUCCESS,FAILED,IN_PROGRESS, orSKIPPED.GroupingStatusesItem.BuilderupdatedAt(Instant updatedAt)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 Detail
-
resourceArn
GroupingStatusesItem.Builder resourceArn(String 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
GroupingStatusesItem.Builder action(String action)
Describes the resource grouping action with values of
GROUPorUNGROUP.- Parameters:
action- Describes the resource grouping action with values ofGROUPorUNGROUP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupingType,GroupingType
-
action
GroupingStatusesItem.Builder action(GroupingType action)
Describes the resource grouping action with values of
GROUPorUNGROUP.- Parameters:
action- Describes the resource grouping action with values ofGROUPorUNGROUP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GroupingType,GroupingType
-
status
GroupingStatusesItem.Builder status(String 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:
GroupingStatus,GroupingStatus
-
status
GroupingStatusesItem.Builder status(GroupingStatus 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:
GroupingStatus,GroupingStatus
-
errorMessage
GroupingStatusesItem.Builder errorMessage(String 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
GroupingStatusesItem.Builder errorCode(String 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
GroupingStatusesItem.Builder updatedAt(Instant 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.
-
-