public static final class CfnDeliveryStream.ProcessingConfigurationProperty.Builder
extends java.lang.Object
CfnDeliveryStream.ProcessingConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDeliveryStream.ProcessingConfigurationProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.ProcessingConfigurationProperty.Builder |
enabled(java.lang.Boolean enabled)
Sets the value of
CfnDeliveryStream.ProcessingConfigurationProperty.getEnabled() |
CfnDeliveryStream.ProcessingConfigurationProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnDeliveryStream.ProcessingConfigurationProperty.getEnabled() |
CfnDeliveryStream.ProcessingConfigurationProperty.Builder |
processors(IResolvable processors)
Sets the value of
CfnDeliveryStream.ProcessingConfigurationProperty.getProcessors() |
CfnDeliveryStream.ProcessingConfigurationProperty.Builder |
processors(java.util.List<? extends java.lang.Object> processors)
Sets the value of
CfnDeliveryStream.ProcessingConfigurationProperty.getProcessors() |
public CfnDeliveryStream.ProcessingConfigurationProperty.Builder enabled(java.lang.Boolean enabled)
CfnDeliveryStream.ProcessingConfigurationProperty.getEnabled()
enabled
- Indicates whether data processing is enabled (true) or disabled (false).this
public CfnDeliveryStream.ProcessingConfigurationProperty.Builder enabled(IResolvable enabled)
CfnDeliveryStream.ProcessingConfigurationProperty.getEnabled()
enabled
- Indicates whether data processing is enabled (true) or disabled (false).this
public CfnDeliveryStream.ProcessingConfigurationProperty.Builder processors(IResolvable processors)
CfnDeliveryStream.ProcessingConfigurationProperty.getProcessors()
processors
- The data processors.this
public CfnDeliveryStream.ProcessingConfigurationProperty.Builder processors(java.util.List<? extends java.lang.Object> processors)
CfnDeliveryStream.ProcessingConfigurationProperty.getProcessors()
processors
- The data processors.this
public CfnDeliveryStream.ProcessingConfigurationProperty build()
CfnDeliveryStream.ProcessingConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided