Class CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty>
- Enclosing interface:
CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty
@Stability(Stable)
public static final class CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3OutputConfiguration(CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty s3OutputConfiguration) s3OutputConfiguration(IResolvable s3OutputConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKeyId
@Stability(Stable) public CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.Builder kmsKeyId(String kmsKeyId) - Parameters:
kmsKeyId- The ID number for the AWS KMS key used to encrypt the inference output.- Returns:
this
-
s3OutputConfiguration
@Stability(Stable) public CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.Builder s3OutputConfiguration(IResolvable s3OutputConfiguration) Sets the value ofCfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.getS3OutputConfiguration()- Parameters:
s3OutputConfiguration- Specifies configuration information for the output results from the inference, including output S3 location.- Returns:
this
-
s3OutputConfiguration
@Stability(Stable) public CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.Builder s3OutputConfiguration(CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty s3OutputConfiguration) Sets the value ofCfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty.getS3OutputConfiguration()- Parameters:
s3OutputConfiguration- Specifies configuration information for the output results from the inference, including output S3 location.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty>- Returns:
- a new instance of
CfnInferenceSchedulerPropsMixin.DataOutputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-