DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the notification rule.
|
static DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.builder() |
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.createdBy(String createdBy) |
The name or email alias of the person who created the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The date and time the notification rule was created, in timestamp format.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.detailType(String detailType) |
The level of detail included in the notifications for this resource.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.detailType(DetailType detailType) |
The level of detail included in the notifications for this resource.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.eventTypes(Collection<EventTypeSummary> eventTypes) |
A list of the event types associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.eventTypes(Consumer<EventTypeSummary.Builder>... eventTypes) |
A list of the event types associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.eventTypes(EventTypeSummary... eventTypes) |
A list of the event types associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp) |
The date and time the notification rule was most recently updated, in timestamp format.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.name(String name) |
The name of the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.resource(String resource) |
The Amazon Resource Name (ARN) of the resource associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.status(String status) |
The status of the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.status(NotificationRuleStatus status) |
The status of the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.tags(Map<String,String> tags) |
The tags associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.targets(Collection<TargetSummary> targets) |
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.targets(Consumer<TargetSummary.Builder>... targets) |
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.targets(TargetSummary... targets) |
A list of the Chatbot topics and Chatbot clients associated with the notification rule.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.toBuilder() |
|