Class CfnLogDeliveryConfiguration.FirehoseConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cognito.CfnLogDeliveryConfiguration.FirehoseConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLogDeliveryConfiguration.FirehoseConfigurationProperty>
- Enclosing interface:
CfnLogDeliveryConfiguration.FirehoseConfigurationProperty
@Stability(Stable)
public static final class CfnLogDeliveryConfiguration.FirehoseConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLogDeliveryConfiguration.FirehoseConfigurationProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnLogDeliveryConfiguration.FirehoseConfigurationProperty.getStreamArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
streamArn
@Stability(Stable) public CfnLogDeliveryConfiguration.FirehoseConfigurationProperty.Builder streamArn(String streamArn) Sets the value ofCfnLogDeliveryConfiguration.FirehoseConfigurationProperty.getStreamArn()
- Parameters:
streamArn
- The ARN of an Amazon Data Firehose stream that's the destination for threat protection log export.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnLogDeliveryConfiguration.FirehoseConfigurationProperty>
- Returns:
- a new instance of
CfnLogDeliveryConfiguration.FirehoseConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-