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