Interface IdleRecommendationError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdleRecommendationError.Builder,IdleRecommendationError>,SdkBuilder<IdleRecommendationError.Builder,IdleRecommendationError>,SdkPojo
- Enclosing class:
- IdleRecommendationError
public static interface IdleRecommendationError.Builder extends SdkPojo, CopyableBuilder<IdleRecommendationError.Builder,IdleRecommendationError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdleRecommendationError.Buildercode(String code)The error code.IdleRecommendationError.Builderidentifier(String identifier)The ID of the error.IdleRecommendationError.Buildermessage(String message)The error message.IdleRecommendationError.BuilderresourceType(String resourceType)The type of resource associated with the error.IdleRecommendationError.BuilderresourceType(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 Detail
-
identifier
IdleRecommendationError.Builder identifier(String 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
IdleRecommendationError.Builder code(String 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
IdleRecommendationError.Builder message(String 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
IdleRecommendationError.Builder resourceType(String 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:
IdleRecommendationResourceType,IdleRecommendationResourceType
-
resourceType
IdleRecommendationError.Builder resourceType(IdleRecommendationResourceType 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:
IdleRecommendationResourceType,IdleRecommendationResourceType
-
-