Class ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2>
- Enclosing interface:
ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2
@Stability(Experimental)
public static final class ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.Builder
extends Object
implements software.amazon.jsii.Builder<ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelName(List<String> channelName) contentType(List<String> contentType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelName
@Stability(Experimental) public ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.Builder channelName(List<String> channelName) - Parameters:
channelName- channelName property. Specify an array of string values to match this event if the actual value of channelName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
contentType
@Stability(Experimental) public ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.Builder contentType(List<String> contentType) - Parameters:
contentType- contentType property. Specify an array of string values to match this event if the actual value of contentType 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 ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2.Builder dataSource(ModelEvents.AWSAPICallViaCloudTrail.DataSource1 dataSource) - 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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2>- Returns:
- a new instance of
ModelEvents.AWSAPICallViaCloudTrail.RequestParametersItem2 - Throws:
NullPointerException- if any required attribute was not provided
-