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