Interface IdleRecommendationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdleRecommendationError.Builder,
,IdleRecommendationError> SdkBuilder<IdleRecommendationError.Builder,
,IdleRecommendationError> SdkPojo
- Enclosing class:
IdleRecommendationError
@Mutable
@NotThreadSafe
public static interface IdleRecommendationError.Builder
extends SdkPojo, CopyableBuilder<IdleRecommendationError.Builder,IdleRecommendationError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code.identifier
(String identifier) The ID of the error.The error message.resourceType
(String resourceType) The type of resource associated with the error.resourceType
(IdleRecommendationResourceType resourceType) The type of resource associated with the error.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, sdkFieldNameToField, sdkFields
-
Method Details
-
identifier
The ID of the error.
- Parameters:
identifier
- The ID of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The error code.
- Parameters:
code
- The error code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The error message.
- Parameters:
message
- The error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of resource associated with the error.
- Parameters:
resourceType
- The type of resource associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The type of resource associated with the error.
- Parameters:
resourceType
- The type of resource associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-