Class DevOpsGuruNewInsightOpen.SourceDetail.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.devopsguru.events.DevOpsGuruNewInsightOpen.SourceDetail.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DevOpsGuruNewInsightOpen.SourceDetail>
- Enclosing interface:
DevOpsGuruNewInsightOpen.SourceDetail
@Stability(Experimental)
public static final class DevOpsGuruNewInsightOpen.SourceDetail.Builder
extends Object
implements software.amazon.jsii.Builder<DevOpsGuruNewInsightOpen.SourceDetail>
A builder for
DevOpsGuruNewInsightOpen.SourceDetail-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataIdentifiers(DevOpsGuruNewInsightOpen.DataIdentifiers dataIdentifiers) Sets the value ofDevOpsGuruNewInsightOpen.SourceDetail.getDataIdentifiers()dataSource(List<String> dataSource) Sets the value ofDevOpsGuruNewInsightOpen.SourceDetail.getDataSource()dataSourceDetail(List<String> dataSourceDetail) Sets the value ofDevOpsGuruNewInsightOpen.SourceDetail.getDataSourceDetail()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataIdentifiers
@Stability(Experimental) public DevOpsGuruNewInsightOpen.SourceDetail.Builder dataIdentifiers(DevOpsGuruNewInsightOpen.DataIdentifiers dataIdentifiers) Sets the value ofDevOpsGuruNewInsightOpen.SourceDetail.getDataIdentifiers()- Parameters:
dataIdentifiers- dataIdentifiers property. Specify an array of string values to match this event if the actual value of dataIdentifiers is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
dataSource
@Stability(Experimental) public DevOpsGuruNewInsightOpen.SourceDetail.Builder dataSource(List<String> dataSource) Sets the value ofDevOpsGuruNewInsightOpen.SourceDetail.getDataSource()- Parameters:
dataSource- dataSource property. Specify an array of string values to match this event if the actual value of dataSource is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
dataSourceDetail
@Stability(Experimental) public DevOpsGuruNewInsightOpen.SourceDetail.Builder dataSourceDetail(List<String> dataSourceDetail) Sets the value ofDevOpsGuruNewInsightOpen.SourceDetail.getDataSourceDetail()- Parameters:
dataSourceDetail- dataSourceDetail property. Specify an array of string values to match this event if the actual value of dataSourceDetail 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.SourceDetail>- Returns:
- a new instance of
DevOpsGuruNewInsightOpen.SourceDetail - Throws:
NullPointerException- if any required attribute was not provided
-