Interface ResourcesListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourcesListItem.Builder,ResourcesListItem>,SdkBuilder<ResourcesListItem.Builder,ResourcesListItem>,SdkPojo
- Enclosing class:
- ResourcesListItem
public static interface ResourcesListItem.Builder extends SdkPojo, CopyableBuilder<ResourcesListItem.Builder,ResourcesListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcesListItem.BuildererrorMessage(String errorMessage)The message returned if the call fails.ResourcesListItem.BuilderresourceArn(String resourceArn)The Amazon resource name (ARN) of the resource.ResourcesListItem.BuilderresourceType(String resourceType)Provides information about the AppRegistry resource type.ResourcesListItem.Builderstatus(String status)The status of the list item.-
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
ResourcesListItem.Builder resourceArn(String resourceArn)
The Amazon resource name (ARN) of the resource.
- Parameters:
resourceArn- The Amazon resource name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
ResourcesListItem.Builder errorMessage(String errorMessage)
The message returned if the call fails.
- Parameters:
errorMessage- The message returned if the call fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ResourcesListItem.Builder status(String status)
The status of the list item.
- Parameters:
status- The status of the list item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
ResourcesListItem.Builder resourceType(String resourceType)
Provides information about the AppRegistry resource type.
- Parameters:
resourceType- Provides information about the AppRegistry resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-