Class CfnRealtimeLogConfigPropsMixin.EndPointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnRealtimeLogConfigPropsMixin.EndPointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRealtimeLogConfigPropsMixin.EndPointProperty>
- Enclosing interface:
CfnRealtimeLogConfigPropsMixin.EndPointProperty
@Stability(Stable)
public static final class CfnRealtimeLogConfigPropsMixin.EndPointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRealtimeLogConfigPropsMixin.EndPointProperty>
A builder for
CfnRealtimeLogConfigPropsMixin.EndPointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.kinesisStreamConfig(CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty kinesisStreamConfig) Sets the value ofCfnRealtimeLogConfigPropsMixin.EndPointProperty.getKinesisStreamConfig()kinesisStreamConfig(IResolvable kinesisStreamConfig) Sets the value ofCfnRealtimeLogConfigPropsMixin.EndPointProperty.getKinesisStreamConfig()streamType(String streamType) Sets the value ofCfnRealtimeLogConfigPropsMixin.EndPointProperty.getStreamType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kinesisStreamConfig
@Stability(Stable) public CfnRealtimeLogConfigPropsMixin.EndPointProperty.Builder kinesisStreamConfig(IResolvable kinesisStreamConfig) Sets the value ofCfnRealtimeLogConfigPropsMixin.EndPointProperty.getKinesisStreamConfig()- Parameters:
kinesisStreamConfig- Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.- Returns:
this
-
kinesisStreamConfig
@Stability(Stable) public CfnRealtimeLogConfigPropsMixin.EndPointProperty.Builder kinesisStreamConfig(CfnRealtimeLogConfigPropsMixin.KinesisStreamConfigProperty kinesisStreamConfig) Sets the value ofCfnRealtimeLogConfigPropsMixin.EndPointProperty.getKinesisStreamConfig()- Parameters:
kinesisStreamConfig- Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.- Returns:
this
-
streamType
@Stability(Stable) public CfnRealtimeLogConfigPropsMixin.EndPointProperty.Builder streamType(String streamType) Sets the value ofCfnRealtimeLogConfigPropsMixin.EndPointProperty.getStreamType()- Parameters:
streamType- The type of data stream where you are sending real-time log data. The only valid value isKinesis.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRealtimeLogConfigPropsMixin.EndPointProperty>- Returns:
- a new instance of
CfnRealtimeLogConfigPropsMixin.EndPointProperty - Throws:
NullPointerException- if any required attribute was not provided
-