| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications |
This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data
types for the AWS CodeStar Notifications API.
|
| software.amazon.awssdk.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateNotificationRuleResponse |
CodestarNotificationsClient.createNotificationRule(Consumer<CreateNotificationRuleRequest.Builder> createNotificationRuleRequest)
Creates a notification rule for a resource.
|
default CompletableFuture<CreateNotificationRuleResponse> |
CodestarNotificationsAsyncClient.createNotificationRule(Consumer<CreateNotificationRuleRequest.Builder> createNotificationRuleRequest)
Creates a notification rule for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.builder() |
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.clientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.detailType(DetailType detailType)
The level of detail to include in the notifications for this resource.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.detailType(String detailType)
The level of detail to include in the notifications for this resource.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.eventTypeIds(Collection<String> eventTypeIds)
A list of event types associated with this notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.eventTypeIds(String... eventTypeIds)
A list of event types associated with this notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.name(String name)
The name for the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.resource(String resource)
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.status(NotificationRuleStatus status)
The status of the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.status(String status)
The status of the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.tags(Map<String,String> tags)
A list of tags to apply to this notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Collection<Target> targets)
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Consumer<Target.Builder>... targets)
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.Builder.targets(Target... targets)
A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to
associate with the notification rule.
|
CreateNotificationRuleRequest.Builder |
CreateNotificationRuleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNotificationRuleRequest.Builder> |
CreateNotificationRuleRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.