Interface RecommendationRelatedEventResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationRelatedEventResource.Builder,,RecommendationRelatedEventResource> SdkBuilder<RecommendationRelatedEventResource.Builder,,RecommendationRelatedEventResource> SdkPojo
- Enclosing class:
RecommendationRelatedEventResource
public static interface RecommendationRelatedEventResource.Builder
extends SdkPojo, CopyableBuilder<RecommendationRelatedEventResource.Builder,RecommendationRelatedEventResource>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the resource that emitted the event.The type of the resource that emitted the event.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the resource that emitted the event. This corresponds to the
Namefield in anEventResourceobject.- Parameters:
name- The name of the resource that emitted the event. This corresponds to theNamefield in anEventResourceobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the resource that emitted the event. This corresponds to the
Typefield in anEventResourceobject.- Parameters:
type- The type of the resource that emitted the event. This corresponds to theTypefield in anEventResourceobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-