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