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