Interface NotificationConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NotificationConfiguration.Builder,,NotificationConfiguration> SdkBuilder<NotificationConfiguration.Builder,,NotificationConfiguration> SdkPojo
- Enclosing class:
 NotificationConfiguration
public static interface NotificationConfiguration.Builder
extends SdkPojo, CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that identifies the topic.topicStatus(String topicStatus) The current state of the topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
topicArn
The Amazon Resource Name (ARN) that identifies the topic.
- Parameters:
 topicArn- The Amazon Resource Name (ARN) that identifies the topic.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
topicStatus
The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.
- Parameters:
 topicStatus- The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -