Interface KinesisStreamSourceConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<KinesisStreamSourceConfiguration.Builder,KinesisStreamSourceConfiguration>
,SdkBuilder<KinesisStreamSourceConfiguration.Builder,KinesisStreamSourceConfiguration>
,SdkPojo
- Enclosing class:
- KinesisStreamSourceConfiguration
public static interface KinesisStreamSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<KinesisStreamSourceConfiguration.Builder,KinesisStreamSourceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisStreamSourceConfiguration.Builder
kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream.KinesisStreamSourceConfiguration.Builder
roleARN(String roleARN)
The ARN of the role that provides access to 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
KinesisStreamSourceConfiguration.Builder kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
- Parameters:
kinesisStreamARN
- The 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
KinesisStreamSourceConfiguration.Builder roleARN(String roleARN)
The ARN of the role that provides access to 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 that provides access to 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.
-
-