@Stability(value=Stable) public static final class CfnModelPackage.FileSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelPackage.FileSourceProperty>
CfnModelPackage.FileSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnModelPackage.FileSourceProperty |
build()
Builds the configured instance.
|
CfnModelPackage.FileSourceProperty.Builder |
contentDigest(String contentDigest)
Sets the value of
CfnModelPackage.FileSourceProperty.getContentDigest() |
CfnModelPackage.FileSourceProperty.Builder |
contentType(String contentType)
Sets the value of
CfnModelPackage.FileSourceProperty.getContentType() |
CfnModelPackage.FileSourceProperty.Builder |
s3Uri(String s3Uri)
Sets the value of
CfnModelPackage.FileSourceProperty.getS3Uri() |
@Stability(value=Stable) public CfnModelPackage.FileSourceProperty.Builder s3Uri(String s3Uri)
CfnModelPackage.FileSourceProperty.getS3Uri()s3Uri - The Amazon S3 URI for the file source. This parameter is required.this@Stability(value=Stable) public CfnModelPackage.FileSourceProperty.Builder contentDigest(String contentDigest)
CfnModelPackage.FileSourceProperty.getContentDigest()contentDigest - The digest of the file source.this@Stability(value=Stable) public CfnModelPackage.FileSourceProperty.Builder contentType(String contentType)
CfnModelPackage.FileSourceProperty.getContentType()contentType - The type of content stored in the file source.this@Stability(value=Stable) public CfnModelPackage.FileSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnModelPackage.FileSourceProperty>CfnModelPackage.FileSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.