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