public static interface RepublishAction.Builder extends CopyableBuilder<RepublishAction.Builder,RepublishAction>
| Modifier and Type | Method and Description |
|---|---|
RepublishAction.Builder |
roleArn(String roleArn)
The ARN of the IAM role that grants access.
|
RepublishAction.Builder |
topic(String topic)
The name of the MQTT topic.
|
copyapply, buildRepublishAction.Builder roleArn(String roleArn)
The ARN of the IAM role that grants access.
roleArn - The ARN of the IAM role that grants access.RepublishAction.Builder topic(String topic)
The name of the MQTT topic.
topic - The name of the MQTT topic.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.