Class ModelEvents.AWSAPICallViaCloudTrail.TransformInput.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.ModelEvents.AWSAPICallViaCloudTrail.TransformInput.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ModelEvents.AWSAPICallViaCloudTrail.TransformInput>
- Enclosing interface:
ModelEvents.AWSAPICallViaCloudTrail.TransformInput
@Stability(Experimental)
public static final class ModelEvents.AWSAPICallViaCloudTrail.TransformInput.Builder
extends Object
implements software.amazon.jsii.Builder<ModelEvents.AWSAPICallViaCloudTrail.TransformInput>
A builder for
ModelEvents.AWSAPICallViaCloudTrail.TransformInput-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.compressionType(List<String> compressionType) Sets the value ofModelEvents.AWSAPICallViaCloudTrail.TransformInput.getCompressionType()contentType(List<String> contentType) Sets the value ofModelEvents.AWSAPICallViaCloudTrail.TransformInput.getContentType()Sets the value ofModelEvents.AWSAPICallViaCloudTrail.TransformInput.getDataSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
compressionType
@Stability(Experimental) public ModelEvents.AWSAPICallViaCloudTrail.TransformInput.Builder compressionType(List<String> compressionType) Sets the value ofModelEvents.AWSAPICallViaCloudTrail.TransformInput.getCompressionType()- Parameters:
compressionType- compressionType property. Specify an array of string values to match this event if the actual value of compressionType 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.TransformInput.Builder contentType(List<String> contentType) Sets the value ofModelEvents.AWSAPICallViaCloudTrail.TransformInput.getContentType()- 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.TransformInput.Builder dataSource(ModelEvents.AWSAPICallViaCloudTrail.DataSource dataSource) Sets the value ofModelEvents.AWSAPICallViaCloudTrail.TransformInput.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
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ModelEvents.AWSAPICallViaCloudTrail.TransformInput>- Returns:
- a new instance of
ModelEvents.AWSAPICallViaCloudTrail.TransformInput - Throws:
NullPointerException- if any required attribute was not provided
-