Interface MqttTopicConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MqttTopicConfig.Builder,MqttTopicConfig>,SdkBuilder<MqttTopicConfig.Builder,MqttTopicConfig>,SdkPojo
- Enclosing class:
- MqttTopicConfig
public static interface MqttTopicConfig.Builder extends SdkPojo, CopyableBuilder<MqttTopicConfig.Builder,MqttTopicConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MqttTopicConfig.BuilderexecutionRoleArn(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.MqttTopicConfig.BuildermqttTopicArn(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 Detail
-
mqttTopicArn
MqttTopicConfig.Builder mqttTopicArn(String 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
MqttTopicConfig.Builder executionRoleArn(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.
- 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.
-
-