Class CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty>
- Enclosing interface:
CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty
@Stability(Stable)
public static final class CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty>
A builder for
CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.getKmsKeyId()s3OutputLocation(String s3OutputLocation) Sets the value ofCfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.getS3OutputLocation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.Builder kmsKeyId(String kmsKeyId) Sets the value ofCfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.getKmsKeyId()- Parameters:
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.- Returns:
this
-
s3OutputLocation
@Stability(Stable) public CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.Builder s3OutputLocation(String s3OutputLocation) Sets the value ofCfnDeviceFleetPropsMixin.EdgeOutputConfigProperty.getS3OutputLocation()- Parameters:
s3OutputLocation- The Amazon Simple Storage (S3) bucket URI.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty>- Returns:
- a new instance of
CfnDeviceFleetPropsMixin.EdgeOutputConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-