Class DevOpsGuruNewInsightOpen.ResourceCollection.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.devopsguru.events.DevOpsGuruNewInsightOpen.ResourceCollection.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DevOpsGuruNewInsightOpen.ResourceCollection>
- Enclosing interface:
DevOpsGuruNewInsightOpen.ResourceCollection
@Stability(Experimental)
public static final class DevOpsGuruNewInsightOpen.ResourceCollection.Builder
extends Object
implements software.amazon.jsii.Builder<DevOpsGuruNewInsightOpen.ResourceCollection>
A builder for
DevOpsGuruNewInsightOpen.ResourceCollection-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudFormation(DevOpsGuruNewInsightOpen.CloudFormation cloudFormation) Sets the value ofDevOpsGuruNewInsightOpen.ResourceCollection.getCloudFormation()tags(List<? extends DevOpsGuruNewInsightOpen.TagType> tags) Sets the value ofDevOpsGuruNewInsightOpen.ResourceCollection.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudFormation
@Stability(Experimental) public DevOpsGuruNewInsightOpen.ResourceCollection.Builder cloudFormation(DevOpsGuruNewInsightOpen.CloudFormation cloudFormation) Sets the value ofDevOpsGuruNewInsightOpen.ResourceCollection.getCloudFormation()- 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 DevOpsGuruNewInsightOpen.ResourceCollection.Builder tags(List<? extends DevOpsGuruNewInsightOpen.TagType> tags) Sets the value ofDevOpsGuruNewInsightOpen.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<DevOpsGuruNewInsightOpen.ResourceCollection>- Returns:
- a new instance of
DevOpsGuruNewInsightOpen.ResourceCollection - Throws:
NullPointerException- if any required attribute was not provided
-