Uses of Interface
software.amazon.awssdk.services.securitylake.model.CustomLogSourceProvider.Builder
-
Packages that use CustomLogSourceProvider.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of CustomLogSourceProvider.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return CustomLogSourceProvider.Builder Modifier and Type Method Description static CustomLogSourceProvider.BuilderCustomLogSourceProvider. builder()CustomLogSourceProvider.BuilderCustomLogSourceProvider.Builder. location(String location)The location of the partition in the Amazon S3 bucket for Security Lake.CustomLogSourceProvider.BuilderCustomLogSourceProvider.Builder. roleArn(String roleArn)The ARN of the IAM role to be used by the entity putting logs into your custom source partition.CustomLogSourceProvider.BuilderCustomLogSourceProvider. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type CustomLogSourceProvider.Builder Modifier and Type Method Description static Class<? extends CustomLogSourceProvider.Builder>CustomLogSourceProvider. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type CustomLogSourceProvider.Builder Modifier and Type Method Description default CustomLogSourceResource.BuilderCustomLogSourceResource.Builder. provider(Consumer<CustomLogSourceProvider.Builder> provider)The details of the log provider for a third-party custom source.
-