public static final class CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder
extends java.lang.Object
CfnEndpointConfig.AsyncInferenceOutputConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty |
build()
Builds the configured instance.
|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
kmsKeyId(java.lang.String kmsKeyId)
Sets the value of
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getKmsKeyId() |
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
notificationConfig(CfnEndpointConfig.AsyncInferenceNotificationConfigProperty notificationConfig)
|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
notificationConfig(IResolvable notificationConfig)
|
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder |
s3OutputPath(java.lang.String s3OutputPath)
Sets the value of
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getS3OutputPath() |
public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder s3OutputPath(java.lang.String s3OutputPath)
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getS3OutputPath()
s3OutputPath
- The Amazon S3 location to upload inference responses to. This parameter is required.this
public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder kmsKeyId(java.lang.String kmsKeyId)
CfnEndpointConfig.AsyncInferenceOutputConfigProperty.getKmsKeyId()
kmsKeyId
- The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.this
public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder notificationConfig(IResolvable notificationConfig)
notificationConfig
- Specifies the configuration for notifications of inference results for asynchronous inference.this
public CfnEndpointConfig.AsyncInferenceOutputConfigProperty.Builder notificationConfig(CfnEndpointConfig.AsyncInferenceNotificationConfigProperty notificationConfig)
notificationConfig
- Specifies the configuration for notifications of inference results for asynchronous inference.this
public CfnEndpointConfig.AsyncInferenceOutputConfigProperty build()
CfnEndpointConfig.AsyncInferenceOutputConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided