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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationRelatedEventResource.Buildername(String name)The name of the resource that emitted the event.RecommendationRelatedEventResource.Buildertype(String type)The type of the resource that emitted the event.-
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
-
name
RecommendationRelatedEventResource.Builder name(String 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
RecommendationRelatedEventResource.Builder type(String 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.
-
-