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