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
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) The message returned if the call fails.resourceArn
(String resourceArn) The Amazon resource name (ARN) of the resource.resourceType
(String resourceType) Provides information about the AppRegistry resource type.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 Details
-
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
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
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
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.
-