Interface MqttTopicConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MqttTopicConfig.Builder,
,MqttTopicConfig> SdkBuilder<MqttTopicConfig.Builder,
,MqttTopicConfig> SdkPojo
- Enclosing class:
MqttTopicConfig
@Mutable
@NotThreadSafe
public static interface MqttTopicConfig.Builder
extends SdkPojo, CopyableBuilder<MqttTopicConfig.Builder,MqttTopicConfig>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionRoleArn
(String executionRoleArn) The ARN of the role that grants Amazon Web Services IoT FleetWise permission to access and act on messages sent to the MQTT topic.mqttTopicArn
(String mqttTopicArn) The ARN of the MQTT topic.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mqttTopicArn
The ARN of the MQTT topic.
- Parameters:
mqttTopicArn
- The ARN of the MQTT topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
The ARN of the role that grants Amazon Web Services IoT FleetWise permission to access and act on messages sent to the MQTT topic.
- Parameters:
executionRoleArn
- The ARN of the role that grants Amazon Web Services IoT FleetWise permission to access and act on messages sent to the MQTT topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-