public static interface KinesisAction.Builder extends 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.
|
copyapply, buildKinesisAction.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.