| 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 CompletableFuture<UpdateNotificationRuleResponse> |
CodestarNotificationsAsyncClient.updateNotificationRule(Consumer<UpdateNotificationRuleRequest.Builder> updateNotificationRuleRequest)
Updates a notification rule for a resource.
|
default UpdateNotificationRuleResponse |
CodestarNotificationsClient.updateNotificationRule(Consumer<UpdateNotificationRuleRequest.Builder> updateNotificationRuleRequest)
Updates a notification rule for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
|
static UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.builder() |
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.detailType(DetailType detailType)
The level of detail to include in the notifications for this resource.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.detailType(String detailType)
The level of detail to include in the notifications for this resource.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.eventTypeIds(Collection<String> eventTypeIds)
A list of event types associated with this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.eventTypeIds(String... eventTypeIds)
A list of event types associated with this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.name(String name)
The name of the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.status(NotificationRuleStatus status)
The status of the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.status(String status)
The status of the notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Collection<Target> targets)
The address and type of the targets to receive notifications from this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Consumer<Target.Builder>... targets)
The address and type of the targets to receive notifications from this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.Builder.targets(Target... targets)
The address and type of the targets to receive notifications from this notification rule.
|
UpdateNotificationRuleRequest.Builder |
UpdateNotificationRuleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNotificationRuleRequest.Builder> |
UpdateNotificationRuleRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.