@Stability(value=Stable) public static final class CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointConfig.AsyncInferenceNotificationConfigProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty |
build()
Builds the configured instance.
|
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder |
errorTopic(String errorTopic)
|
CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder |
successTopic(String successTopic)
|
@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder errorTopic(String errorTopic)
errorTopic - Amazon SNS topic to post a notification to when an inference fails.
If no topic is provided, no notification is sent on failure.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceNotificationConfigProperty.Builder successTopic(String successTopic)
successTopic - Amazon SNS topic to post a notification to when an inference completes successfully.
If no topic is provided, no notification is sent on success.this@Stability(value=Stable) public CfnEndpointConfig.AsyncInferenceNotificationConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpointConfig.AsyncInferenceNotificationConfigProperty>CfnEndpointConfig.AsyncInferenceNotificationConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.