public static interface RecommendationRelatedEvent.Builder extends SdkPojo, CopyableBuilder<RecommendationRelatedEvent.Builder,RecommendationRelatedEvent>
| Modifier and Type | Method and Description |
|---|---|
RecommendationRelatedEvent.Builder |
name(String name)
The name of the event.
|
RecommendationRelatedEvent.Builder |
resources(Collection<RecommendationRelatedEventResource> resources)
A
ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. |
RecommendationRelatedEvent.Builder |
resources(Consumer<RecommendationRelatedEventResource.Builder>... resources)
A
ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. |
RecommendationRelatedEvent.Builder |
resources(RecommendationRelatedEventResource... resources)
A
ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationRelatedEvent.Builder name(String name)
The name of the event. This corresponds to the Name field in an Event object.
name - The name of the event. This corresponds to the Name field in an Event
object.RecommendationRelatedEvent.Builder resources(Collection<RecommendationRelatedEventResource> resources)
A ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
resources - A ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.RecommendationRelatedEvent.Builder resources(RecommendationRelatedEventResource... resources)
A ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
resources - A ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.RecommendationRelatedEvent.Builder resources(Consumer<RecommendationRelatedEventResource.Builder>... resources)
A ResourceCollection object that contains arrays of the names of Amazon Web Services
CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.
RecommendationRelatedEventResource.Builder avoiding
the need to create one manually via
RecommendationRelatedEventResource.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #resources(List.
resources - a consumer that will call methods on
RecommendationRelatedEventResource.Builder#resources(java.util.Collection) Copyright © 2023. All rights reserved.