| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.Builder.authorizationApiKeyName(String authorizationApiKeyName)
The key name for the notification subscription.
|
HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.Builder.authorizationApiKeyValue(String authorizationApiKeyValue)
The key value for the notification subscription.
|
static HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.builder() |
HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.Builder.endpoint(String endpoint)
The subscription endpoint in Security Lake.
|
HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.Builder.httpMethod(HttpMethod httpMethod)
The HTTPS method used for the notification subscription.
|
HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.Builder.httpMethod(String httpMethod)
The HTTPS method used for the notification subscription.
|
HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.Builder.targetRoleArn(String targetRoleArn)
The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.
|
HttpsNotificationConfiguration.Builder |
HttpsNotificationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpsNotificationConfiguration.Builder> |
HttpsNotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfiguration |
NotificationConfiguration.fromHttpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)
Create an instance of this class with
NotificationConfiguration.httpsNotificationConfiguration() initialized to the given value. |
default NotificationConfiguration.Builder |
NotificationConfiguration.Builder.httpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)
The configurations for HTTPS subscriber notification.
|
Copyright © 2023. All rights reserved.