public static interface AwsCloudFrontDistributionLogging.Builder extends SdkPojo, CopyableBuilder<AwsCloudFrontDistributionLogging.Builder,AwsCloudFrontDistributionLogging>
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionLogging.Builder |
bucket(String bucket)
The S3 bucket to store the access logs in.
|
AwsCloudFrontDistributionLogging.Builder |
enabled(Boolean enabled)
With this field, you can enable or disable the selected distribution.
|
AwsCloudFrontDistributionLogging.Builder |
includeCookies(Boolean includeCookies)
Specifies whether you want CloudFront to include cookies in access logs.
|
AwsCloudFrontDistributionLogging.Builder |
prefix(String prefix)
An optional string that you want CloudFront to use as a prefix to the access log filenames for this
distribution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsCloudFrontDistributionLogging.Builder bucket(String bucket)
The S3 bucket to store the access logs in.
bucket - The S3 bucket to store the access logs in.AwsCloudFrontDistributionLogging.Builder enabled(Boolean enabled)
With this field, you can enable or disable the selected distribution.
enabled - With this field, you can enable or disable the selected distribution.AwsCloudFrontDistributionLogging.Builder includeCookies(Boolean includeCookies)
Specifies whether you want CloudFront to include cookies in access logs.
includeCookies - Specifies whether you want CloudFront to include cookies in access logs.AwsCloudFrontDistributionLogging.Builder prefix(String prefix)
An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
prefix - An optional string that you want CloudFront to use as a prefix to the access log filenames for this
distribution.Copyright © 2023. All rights reserved.