@Stability(value=Stable) public static final class CfnRealtimeLogConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRealtimeLogConfigProps>
CfnRealtimeLogConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRealtimeLogConfigProps |
build()
Builds the configured instance.
|
CfnRealtimeLogConfigProps.Builder |
endPoints(IResolvable endPoints)
Sets the value of
CfnRealtimeLogConfigProps.getEndPoints() |
CfnRealtimeLogConfigProps.Builder |
endPoints(List<? extends Object> endPoints)
Sets the value of
CfnRealtimeLogConfigProps.getEndPoints() |
CfnRealtimeLogConfigProps.Builder |
fields(List<String> fields)
Sets the value of
CfnRealtimeLogConfigProps.getFields() |
CfnRealtimeLogConfigProps.Builder |
name(String name)
Sets the value of
CfnRealtimeLogConfigProps.getName() |
CfnRealtimeLogConfigProps.Builder |
samplingRate(Number samplingRate)
Sets the value of
CfnRealtimeLogConfigProps.getSamplingRate() |
@Stability(value=Stable) public CfnRealtimeLogConfigProps.Builder endPoints(IResolvable endPoints)
CfnRealtimeLogConfigProps.getEndPoints()endPoints - `AWS::CloudFront::RealtimeLogConfig.EndPoints`. This parameter is required.this@Stability(value=Stable) public CfnRealtimeLogConfigProps.Builder endPoints(List<? extends Object> endPoints)
CfnRealtimeLogConfigProps.getEndPoints()endPoints - `AWS::CloudFront::RealtimeLogConfig.EndPoints`. This parameter is required.this@Stability(value=Stable) public CfnRealtimeLogConfigProps.Builder fields(List<String> fields)
CfnRealtimeLogConfigProps.getFields()fields - `AWS::CloudFront::RealtimeLogConfig.Fields`. This parameter is required.this@Stability(value=Stable) public CfnRealtimeLogConfigProps.Builder name(String name)
CfnRealtimeLogConfigProps.getName()name - `AWS::CloudFront::RealtimeLogConfig.Name`. This parameter is required.this@Stability(value=Stable) public CfnRealtimeLogConfigProps.Builder samplingRate(Number samplingRate)
CfnRealtimeLogConfigProps.getSamplingRate()samplingRate - `AWS::CloudFront::RealtimeLogConfig.SamplingRate`. This parameter is required.this@Stability(value=Stable) public CfnRealtimeLogConfigProps build()
build in interface software.amazon.jsii.Builder<CfnRealtimeLogConfigProps>CfnRealtimeLogConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.