@Stability(value=Stable) public static final class CfnDeviceFleet.EdgeOutputConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceFleet.EdgeOutputConfigProperty>
CfnDeviceFleet.EdgeOutputConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeviceFleet.EdgeOutputConfigProperty |
build()
Builds the configured instance.
|
CfnDeviceFleet.EdgeOutputConfigProperty.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnDeviceFleet.EdgeOutputConfigProperty.getKmsKeyId() |
CfnDeviceFleet.EdgeOutputConfigProperty.Builder |
s3OutputLocation(String s3OutputLocation)
Sets the value of
CfnDeviceFleet.EdgeOutputConfigProperty.getS3OutputLocation() |
@Stability(value=Stable) public CfnDeviceFleet.EdgeOutputConfigProperty.Builder s3OutputLocation(String s3OutputLocation)
CfnDeviceFleet.EdgeOutputConfigProperty.getS3OutputLocation()s3OutputLocation - The Amazon Simple Storage (S3) bucket URI. This parameter is required.this@Stability(value=Stable) public CfnDeviceFleet.EdgeOutputConfigProperty.Builder kmsKeyId(String kmsKeyId)
CfnDeviceFleet.EdgeOutputConfigProperty.getKmsKeyId()kmsKeyId - The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job.
If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.this@Stability(value=Stable) public CfnDeviceFleet.EdgeOutputConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnDeviceFleet.EdgeOutputConfigProperty>CfnDeviceFleet.EdgeOutputConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.