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