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