Uses of Interface
software.amazon.awssdk.services.securitylake.model.HttpsNotificationConfiguration.Builder
-
Packages that use HttpsNotificationConfiguration.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of HttpsNotificationConfiguration.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return HttpsNotificationConfiguration.Builder Modifier and Type Method Description HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration.Builder. authorizationApiKeyName(String authorizationApiKeyName)The key name for the notification subscription.HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration.Builder. authorizationApiKeyValue(String authorizationApiKeyValue)The key value for the notification subscription.static HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration. builder()HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration.Builder. endpoint(String endpoint)The subscription endpoint in Security Lake.HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration.Builder. httpMethod(String httpMethod)The HTTPS method used for the notification subscription.HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration.Builder. httpMethod(HttpMethod httpMethod)The HTTPS method used for the notification subscription.HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration.Builder. targetRoleArn(String targetRoleArn)The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created.HttpsNotificationConfiguration.BuilderHttpsNotificationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type HttpsNotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends HttpsNotificationConfiguration.Builder>HttpsNotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type HttpsNotificationConfiguration.Builder Modifier and Type Method Description static NotificationConfigurationNotificationConfiguration. fromHttpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)Create an instance of this class withNotificationConfiguration.httpsNotificationConfiguration()initialized to the given value.default NotificationConfiguration.BuilderNotificationConfiguration.Builder. httpsNotificationConfiguration(Consumer<HttpsNotificationConfiguration.Builder> httpsNotificationConfiguration)The configurations used for HTTPS subscriber notification.
-