Interface RecommendationRelatedEvent.Builder

    • Method Detail

      • name

        RecommendationRelatedEvent.Builder name​(String name)

        The name of the event. This corresponds to the Name field in an Event object.

        Parameters:
        name - The name of the event. This corresponds to the Name field in an Event object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.