@Stability(value=Stable) public static final class CfnDistribution.LoggingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDistribution.LoggingProperty>
CfnDistribution.LoggingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDistribution.LoggingProperty.Builder |
bucket(String bucket)
Sets the value of
CfnDistribution.LoggingProperty.getBucket() |
CfnDistribution.LoggingProperty |
build()
Builds the configured instance.
|
CfnDistribution.LoggingProperty.Builder |
includeCookies(Boolean includeCookies)
Sets the value of
CfnDistribution.LoggingProperty.getIncludeCookies() |
CfnDistribution.LoggingProperty.Builder |
includeCookies(IResolvable includeCookies)
Sets the value of
CfnDistribution.LoggingProperty.getIncludeCookies() |
CfnDistribution.LoggingProperty.Builder |
prefix(String prefix)
Sets the value of
CfnDistribution.LoggingProperty.getPrefix() |
@Stability(value=Stable) public CfnDistribution.LoggingProperty.Builder bucket(String bucket)
CfnDistribution.LoggingProperty.getBucket()bucket - `CfnDistribution.LoggingProperty.Bucket`. This parameter is required.this@Stability(value=Stable) public CfnDistribution.LoggingProperty.Builder includeCookies(Boolean includeCookies)
CfnDistribution.LoggingProperty.getIncludeCookies()includeCookies - `CfnDistribution.LoggingProperty.IncludeCookies`.this@Stability(value=Stable) public CfnDistribution.LoggingProperty.Builder includeCookies(IResolvable includeCookies)
CfnDistribution.LoggingProperty.getIncludeCookies()includeCookies - `CfnDistribution.LoggingProperty.IncludeCookies`.this@Stability(value=Stable) public CfnDistribution.LoggingProperty.Builder prefix(String prefix)
CfnDistribution.LoggingProperty.getPrefix()prefix - `CfnDistribution.LoggingProperty.Prefix`.this@Stability(value=Stable) public CfnDistribution.LoggingProperty build()
build in interface software.amazon.jsii.Builder<CfnDistribution.LoggingProperty>CfnDistribution.LoggingPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.