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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationConfiguration.BuildertopicArn(String topicArn)The Amazon Resource Name (ARN) that identifies the topic.NotificationConfiguration.BuildertopicStatus(String topicStatus)The current state of the topic.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
topicArn
NotificationConfiguration.Builder topicArn(String 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
NotificationConfiguration.Builder topicStatus(String topicStatus)
The current state of the topic.
- Parameters:
topicStatus- The current state of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-