| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionLogging.Builder |
AwsCloudFrontDistributionLogging.Builder.bucket(String bucket)
The S3 bucket to store the access logs in.
|
static AwsCloudFrontDistributionLogging.Builder |
AwsCloudFrontDistributionLogging.builder() |
AwsCloudFrontDistributionLogging.Builder |
AwsCloudFrontDistributionLogging.Builder.enabled(Boolean enabled)
With this field, you can enable or disable the selected distribution.
|
AwsCloudFrontDistributionLogging.Builder |
AwsCloudFrontDistributionLogging.Builder.includeCookies(Boolean includeCookies)
Specifies whether you want CloudFront to include cookies in access logs.
|
AwsCloudFrontDistributionLogging.Builder |
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.
|
AwsCloudFrontDistributionLogging.Builder |
AwsCloudFrontDistributionLogging.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsCloudFrontDistributionLogging.Builder> |
AwsCloudFrontDistributionLogging.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsCloudFrontDistributionDetails.Builder |
AwsCloudFrontDistributionDetails.Builder.logging(Consumer<AwsCloudFrontDistributionLogging.Builder> logging)
A complex type that controls whether access logs are written for the distribution.
|
Copyright © 2023. All rights reserved.