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 AWS CloudFormation stacks. |
RecommendationRelatedEvent.Builder |
resources(Consumer<RecommendationRelatedEventResource.Builder>... resources)
A
ResourceCollection object that contains arrays of the names of AWS CloudFormation stacks. |
RecommendationRelatedEvent.Builder |
resources(RecommendationRelatedEventResource... resources)
A
ResourceCollection object that contains arrays of the names of AWS 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 AWS CloudFormation stacks. You
can specify up to 500 AWS CloudFormation stacks.
resources - A ResourceCollection object that contains arrays of the names of AWS CloudFormation
stacks. You can specify up to 500 AWS CloudFormation stacks.RecommendationRelatedEvent.Builder resources(RecommendationRelatedEventResource... resources)
A ResourceCollection object that contains arrays of the names of AWS CloudFormation stacks. You
can specify up to 500 AWS CloudFormation stacks.
resources - A ResourceCollection object that contains arrays of the names of AWS CloudFormation
stacks. You can specify up to 500 AWS CloudFormation stacks.RecommendationRelatedEvent.Builder resources(Consumer<RecommendationRelatedEventResource.Builder>... resources)
A ResourceCollection object that contains arrays of the names of AWS CloudFormation stacks. You
can specify up to 500 AWS CloudFormation stacks.
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #resources(List) .resources - a consumer that will call methods on List.Builder #resources(List) Copyright © 2021. All rights reserved.