@Stability(value=Stable) public static final class CfnModelPackage.MetricsSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelPackage.MetricsSourceProperty>
CfnModelPackage.MetricsSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModelPackage.MetricsSourceProperty |
build()
Builds the configured instance.
|
CfnModelPackage.MetricsSourceProperty.Builder |
contentDigest(String contentDigest)
Sets the value of
CfnModelPackage.MetricsSourceProperty.getContentDigest() |
CfnModelPackage.MetricsSourceProperty.Builder |
contentType(String contentType)
Sets the value of
CfnModelPackage.MetricsSourceProperty.getContentType() |
CfnModelPackage.MetricsSourceProperty.Builder |
s3Uri(String s3Uri)
Sets the value of
CfnModelPackage.MetricsSourceProperty.getS3Uri() |
@Stability(value=Stable) public CfnModelPackage.MetricsSourceProperty.Builder contentType(String contentType)
CfnModelPackage.MetricsSourceProperty.getContentType()contentType - `CfnModelPackage.MetricsSourceProperty.ContentType`. This parameter is required.this@Stability(value=Stable) public CfnModelPackage.MetricsSourceProperty.Builder s3Uri(String s3Uri)
CfnModelPackage.MetricsSourceProperty.getS3Uri()s3Uri - `CfnModelPackage.MetricsSourceProperty.S3Uri`. This parameter is required.this@Stability(value=Stable) public CfnModelPackage.MetricsSourceProperty.Builder contentDigest(String contentDigest)
CfnModelPackage.MetricsSourceProperty.getContentDigest()contentDigest - `CfnModelPackage.MetricsSourceProperty.ContentDigest`.this@Stability(value=Stable) public CfnModelPackage.MetricsSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnModelPackage.MetricsSourceProperty>CfnModelPackage.MetricsSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.