Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsS3BucketLoggingConfiguration.Builder
-
Packages that use AwsS3BucketLoggingConfiguration.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsS3BucketLoggingConfiguration.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsS3BucketLoggingConfiguration.Builder Modifier and Type Method Description static AwsS3BucketLoggingConfiguration.BuilderAwsS3BucketLoggingConfiguration. builder()AwsS3BucketLoggingConfiguration.BuilderAwsS3BucketLoggingConfiguration.Builder. destinationBucketName(String destinationBucketName)The name of the S3 bucket where log files for the S3 bucket are stored.AwsS3BucketLoggingConfiguration.BuilderAwsS3BucketLoggingConfiguration.Builder. logFilePrefix(String logFilePrefix)The prefix added to log files for the S3 bucket.AwsS3BucketLoggingConfiguration.BuilderAwsS3BucketLoggingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsS3BucketLoggingConfiguration.Builder Modifier and Type Method Description static Class<? extends AwsS3BucketLoggingConfiguration.Builder>AwsS3BucketLoggingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsS3BucketLoggingConfiguration.Builder Modifier and Type Method Description default AwsS3BucketDetails.BuilderAwsS3BucketDetails.Builder. bucketLoggingConfiguration(Consumer<AwsS3BucketLoggingConfiguration.Builder> bucketLoggingConfiguration)The logging configuration for the S3 bucket.
-