Class DestinationConfig.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.DestinationConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DestinationConfig>
- Enclosing interface:
DestinationConfig
@Stability(Stable)
public static final class DestinationConfig.Builder
extends Object
implements software.amazon.jsii.Builder<DestinationConfig>
A builder for
DestinationConfig-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dependables(List<? extends software.constructs.IDependable> dependables) Sets the value ofDestinationConfig.getDependables()extendedS3DestinationConfiguration(CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty extendedS3DestinationConfiguration) Sets the value ofDestinationConfig.getExtendedS3DestinationConfiguration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dependables
@Stability(Stable) public DestinationConfig.Builder dependables(List<? extends software.constructs.IDependable> dependables) Sets the value ofDestinationConfig.getDependables()- Parameters:
dependables- Any resources that were created by the destination when binding it to the stack that must be deployed before the delivery stream is deployed.- Returns:
this
-
extendedS3DestinationConfiguration
@Stability(Stable) public DestinationConfig.Builder extendedS3DestinationConfiguration(CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty extendedS3DestinationConfiguration) Sets the value ofDestinationConfig.getExtendedS3DestinationConfiguration()- Parameters:
extendedS3DestinationConfiguration- S3 destination configuration properties.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DestinationConfig>- Returns:
- a new instance of
DestinationConfig - Throws:
NullPointerException- if any required attribute was not provided
-