Class KinesisFirehoseStreamProps.Builder
java.lang.Object
software.amazon.awscdk.services.events.targets.KinesisFirehoseStreamProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<KinesisFirehoseStreamProps>
- Enclosing interface:
KinesisFirehoseStreamProps
@Stability(Deprecated)
@Deprecated
public static final class KinesisFirehoseStreamProps.Builder
extends Object
implements software.amazon.jsii.Builder<KinesisFirehoseStreamProps>
Deprecated.
A builder for
KinesisFirehoseStreamProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.message(RuleTargetInput message) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
message
@Stability(Deprecated) @Deprecated public KinesisFirehoseStreamProps.Builder message(RuleTargetInput message) Deprecated.Sets the value ofKinesisFirehoseStreamProps.getMessage()- Parameters:
message- The message to send to the stream. Must be a valid JSON text passed to the target stream.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KinesisFirehoseStreamProps>- Returns:
- a new instance of
KinesisFirehoseStreamProps - Throws:
NullPointerException- if any required attribute was not provided
-