Uses of Interface
software.amazon.awssdk.services.securitylake.model.SqsNotificationConfiguration.Builder
-
Packages that use SqsNotificationConfiguration.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of SqsNotificationConfiguration.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return SqsNotificationConfiguration.Builder Modifier and Type Method Description static SqsNotificationConfiguration.BuilderSqsNotificationConfiguration. builder()SqsNotificationConfiguration.BuilderSqsNotificationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type SqsNotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends SqsNotificationConfiguration.Builder>SqsNotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type SqsNotificationConfiguration.Builder Modifier and Type Method Description static NotificationConfigurationNotificationConfiguration. fromSqsNotificationConfiguration(Consumer<SqsNotificationConfiguration.Builder> sqsNotificationConfiguration)Create an instance of this class withNotificationConfiguration.sqsNotificationConfiguration()initialized to the given value.default NotificationConfiguration.BuilderNotificationConfiguration.Builder. sqsNotificationConfiguration(Consumer<SqsNotificationConfiguration.Builder> sqsNotificationConfiguration)The configurations for SQS subscriber notification.
-