Interface AwsCloudFrontDistributionLogging.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsCloudFrontDistributionLogging.Builder,
,AwsCloudFrontDistributionLogging> SdkBuilder<AwsCloudFrontDistributionLogging.Builder,
,AwsCloudFrontDistributionLogging> SdkPojo
- Enclosing class:
AwsCloudFrontDistributionLogging
@Mutable
@NotThreadSafe
public static interface AwsCloudFrontDistributionLogging.Builder
extends SdkPojo, CopyableBuilder<AwsCloudFrontDistributionLogging.Builder,AwsCloudFrontDistributionLogging>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket to store the access logs in.With this field, you can enable or disable the selected distribution.includeCookies
(Boolean includeCookies) Specifies whether you want CloudFront to include cookies in access logs.An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The S3 bucket to store the access logs in.
- Parameters:
bucket
- The S3 bucket to store the access logs in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
With this field, you can enable or disable the selected distribution.
- Parameters:
enabled
- With this field, you can enable or disable the selected distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeCookies
Specifies whether you want CloudFront to include cookies in access logs.
- Parameters:
includeCookies
- Specifies whether you want CloudFront to include cookies in access logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
- Parameters:
prefix
- An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-