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