public static interface KinesisAction.Builder extends SdkPojo, CopyableBuilder<KinesisAction.Builder,KinesisAction>
Modifier and Type | Method and Description |
---|---|
KinesisAction.Builder |
partitionKey(String partitionKey)
The partition key.
|
KinesisAction.Builder |
roleArn(String roleArn)
The ARN of the IAM role that grants access to the Amazon Kinesis stream.
|
KinesisAction.Builder |
streamName(String streamName)
The name of the Amazon Kinesis stream.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
KinesisAction.Builder roleArn(String roleArn)
The ARN of the IAM role that grants access to the Amazon Kinesis stream.
roleArn
- The ARN of the IAM role that grants access to the Amazon Kinesis stream.KinesisAction.Builder streamName(String streamName)
The name of the Amazon Kinesis stream.
streamName
- The name of the Amazon Kinesis stream.KinesisAction.Builder partitionKey(String partitionKey)
The partition key.
partitionKey
- The partition key.Copyright © 2020. All rights reserved.