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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisStreamSourceDescription.BuilderdeliveryStartTimestamp(Instant deliveryStartTimestamp)Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.KinesisStreamSourceDescription.BuilderkinesisStreamARN(String kinesisStreamARN)The Amazon Resource Name (ARN) of the source Kinesis data stream.KinesisStreamSourceDescription.BuilderroleARN(String roleARN)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 Detail
-
kinesisStreamARN
KinesisStreamSourceDescription.Builder kinesisStreamARN(String 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
KinesisStreamSourceDescription.Builder roleARN(String 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
KinesisStreamSourceDescription.Builder deliveryStartTimestamp(Instant 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.
-
-