public static interface HttpsNotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<HttpsNotificationConfiguration.Builder,HttpsNotificationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
HttpsNotificationConfiguration.Builder |
authorizationApiKeyName(String authorizationApiKeyName)
The key name for the notification subscription.
|
HttpsNotificationConfiguration.Builder |
authorizationApiKeyValue(String authorizationApiKeyValue)
The key value for the notification subscription.
|
HttpsNotificationConfiguration.Builder |
endpoint(String endpoint)
The subscription endpoint in Security Lake.
|
HttpsNotificationConfiguration.Builder |
httpMethod(HttpMethod httpMethod)
The HTTPS method used for the notification subscription.
|
HttpsNotificationConfiguration.Builder |
httpMethod(String httpMethod)
The HTTPS method used for the notification subscription.
|
HttpsNotificationConfiguration.Builder |
targetRoleArn(String targetRoleArn)
The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpsNotificationConfiguration.Builder authorizationApiKeyName(String authorizationApiKeyName)
The key name for the notification subscription.
authorizationApiKeyName - The key name for the notification subscription.HttpsNotificationConfiguration.Builder authorizationApiKeyValue(String authorizationApiKeyValue)
The key value for the notification subscription.
authorizationApiKeyValue - The key value for the notification subscription.HttpsNotificationConfiguration.Builder endpoint(String endpoint)
The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.
endpoint - The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint,
populate this field.HttpsNotificationConfiguration.Builder httpMethod(String httpMethod)
The HTTPS method used for the notification subscription.
httpMethod - The HTTPS method used for the notification subscription.HttpMethod,
HttpMethodHttpsNotificationConfiguration.Builder httpMethod(HttpMethod httpMethod)
The HTTPS method used for the notification subscription.
httpMethod - The HTTPS method used for the notification subscription.HttpMethod,
HttpMethodHttpsNotificationConfiguration.Builder targetRoleArn(String targetRoleArn)
The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created. For more information about ARNs and how to use them in policies, see Managing data access and Amazon Web Services Managed Policies in the Amazon Security Lake User Guide.
targetRoleArn - The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created. For more
information about ARNs and how to use them in policies, see Managing data access and Amazon
Web Services Managed Policies in the Amazon Security Lake User Guide.Copyright © 2023. All rights reserved.