Interface KinesisStreamSourceDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KinesisStreamSourceDescription.Builder,
,KinesisStreamSourceDescription> SdkBuilder<KinesisStreamSourceDescription.Builder,
,KinesisStreamSourceDescription> SdkPojo
- Enclosing class:
KinesisStreamSourceDescription
public static interface KinesisStreamSourceDescription.Builder
extends SdkPojo, CopyableBuilder<KinesisStreamSourceDescription.Builder,KinesisStreamSourceDescription>
-
Method Summary
Modifier and TypeMethodDescriptiondeliveryStartTimestamp
(Instant deliveryStartTimestamp) Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.kinesisStreamARN
(String kinesisStreamARN) The Amazon Resource Name (ARN) of the source Kinesis data stream.The ARN of the role used by the source Kinesis data stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
kinesisStreamARN
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
- Parameters:
kinesisStreamARN
- The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleARN
The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.
- Parameters:
roleARN
- The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryStartTimestamp
Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
- Parameters:
deliveryStartTimestamp
- Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-