Class DevOpsGuruNewRecommendationCreated.ResourceCollection.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.devopsguru.events.DevOpsGuruNewRecommendationCreated.ResourceCollection.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DevOpsGuruNewRecommendationCreated.ResourceCollection>
- Enclosing interface:
DevOpsGuruNewRecommendationCreated.ResourceCollection
@Stability(Experimental)
public static final class DevOpsGuruNewRecommendationCreated.ResourceCollection.Builder
extends Object
implements software.amazon.jsii.Builder<DevOpsGuruNewRecommendationCreated.ResourceCollection>
A builder for
DevOpsGuruNewRecommendationCreated.ResourceCollection-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudFormation(DevOpsGuruNewRecommendationCreated.CloudFormation cloudFormation) tags(List<? extends DevOpsGuruNewRecommendationCreated.TagType> tags) Sets the value ofDevOpsGuruNewRecommendationCreated.ResourceCollection.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudFormation
@Stability(Experimental) public DevOpsGuruNewRecommendationCreated.ResourceCollection.Builder cloudFormation(DevOpsGuruNewRecommendationCreated.CloudFormation cloudFormation) - Parameters:
cloudFormation- cloudFormation property. Specify an array of string values to match this event if the actual value of cloudFormation is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
tags
@Stability(Experimental) public DevOpsGuruNewRecommendationCreated.ResourceCollection.Builder tags(List<? extends DevOpsGuruNewRecommendationCreated.TagType> tags) Sets the value ofDevOpsGuruNewRecommendationCreated.ResourceCollection.getTags()- Parameters:
tags- tags property. Specify an array of string values to match this event if the actual value of tags is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DevOpsGuruNewRecommendationCreated.ResourceCollection>- Returns:
- a new instance of
DevOpsGuruNewRecommendationCreated.ResourceCollection - Throws:
NullPointerException- if any required attribute was not provided
-