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