public static interface RepublishAction.Builder extends SdkPojo, CopyableBuilder<RepublishAction.Builder,RepublishAction>
Modifier and Type | Method and Description |
---|---|
RepublishAction.Builder |
qos(Integer qos)
The Quality of Service (QoS) level to use when republishing messages.
|
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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RepublishAction.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.RepublishAction.Builder qos(Integer qos)
The Quality of Service (QoS) level to use when republishing messages. The default value is 0.
qos
- The Quality of Service (QoS) level to use when republishing messages. The default value is 0.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.