Uses of Interface
software.amazon.awssdk.services.securitylake.model.CustomLogSourceAttributes.Builder
-
Packages that use CustomLogSourceAttributes.Builder Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of CustomLogSourceAttributes.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return CustomLogSourceAttributes.Builder Modifier and Type Method Description static CustomLogSourceAttributes.BuilderCustomLogSourceAttributes. builder()CustomLogSourceAttributes.BuilderCustomLogSourceAttributes.Builder. crawlerArn(String crawlerArn)The ARN of the Glue crawler.CustomLogSourceAttributes.BuilderCustomLogSourceAttributes.Builder. databaseArn(String databaseArn)The ARN of the Glue database where results are written, such as:arn:aws:daylight:us-east-1::database/sometable/*.CustomLogSourceAttributes.BuilderCustomLogSourceAttributes.Builder. tableArn(String tableArn)The ARN of the Glue table.CustomLogSourceAttributes.BuilderCustomLogSourceAttributes. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type CustomLogSourceAttributes.Builder Modifier and Type Method Description static Class<? extends CustomLogSourceAttributes.Builder>CustomLogSourceAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type CustomLogSourceAttributes.Builder Modifier and Type Method Description default CustomLogSourceResource.BuilderCustomLogSourceResource.Builder. attributes(Consumer<CustomLogSourceAttributes.Builder> attributes)The attributes of a third-party custom source.
-