Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsCloudFrontDistributionLogging.Builder
-
Packages that use AwsCloudFrontDistributionLogging.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsCloudFrontDistributionLogging.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsCloudFrontDistributionLogging.Builder Modifier and Type Method Description AwsCloudFrontDistributionLogging.BuilderAwsCloudFrontDistributionLogging.Builder. bucket(String bucket)The S3 bucket to store the access logs in.static AwsCloudFrontDistributionLogging.BuilderAwsCloudFrontDistributionLogging. builder()AwsCloudFrontDistributionLogging.BuilderAwsCloudFrontDistributionLogging.Builder. enabled(Boolean enabled)With this field, you can enable or disable the selected distribution.AwsCloudFrontDistributionLogging.BuilderAwsCloudFrontDistributionLogging.Builder. includeCookies(Boolean includeCookies)Specifies whether you want CloudFront to include cookies in access logs.AwsCloudFrontDistributionLogging.BuilderAwsCloudFrontDistributionLogging.Builder. prefix(String prefix)An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.AwsCloudFrontDistributionLogging.BuilderAwsCloudFrontDistributionLogging. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsCloudFrontDistributionLogging.Builder Modifier and Type Method Description static Class<? extends AwsCloudFrontDistributionLogging.Builder>AwsCloudFrontDistributionLogging. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsCloudFrontDistributionLogging.Builder Modifier and Type Method Description default AwsCloudFrontDistributionDetails.BuilderAwsCloudFrontDistributionDetails.Builder. logging(Consumer<AwsCloudFrontDistributionLogging.Builder> logging)A complex type that controls whether access logs are written for the distribution.
-