public static interface KinesisSettings.Builder extends SdkPojo, CopyableBuilder<KinesisSettings.Builder,KinesisSettings>
Modifier and Type | Method and Description |
---|---|
KinesisSettings.Builder |
messageFormat(MessageFormatValue messageFormat)
The output format for the records created on the endpoint.
|
KinesisSettings.Builder |
messageFormat(String messageFormat)
The output format for the records created on the endpoint.
|
KinesisSettings.Builder |
serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.
|
KinesisSettings.Builder |
streamArn(String streamArn)
The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.
|
copy
applyMutation, build
KinesisSettings.Builder streamArn(String streamArn)
The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.
streamArn
- The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.KinesisSettings.Builder messageFormat(String messageFormat)
The output format for the records created on the endpoint. The message format is JSON
.
messageFormat
- The output format for the records created on the endpoint. The message format is JSON
.MessageFormatValue
,
MessageFormatValue
KinesisSettings.Builder messageFormat(MessageFormatValue messageFormat)
The output format for the records created on the endpoint. The message format is JSON
.
messageFormat
- The output format for the records created on the endpoint. The message format is JSON
.MessageFormatValue
,
MessageFormatValue
KinesisSettings.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data stream.
serviceAccessRoleArn
- The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Amazon Kinesis data
stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.