ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.clientID(String clientID) |
Initializes the value for the clientID attribute.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.collectionID(String collectionID) |
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.disableCertCheck(Boolean disableCertCheck) |
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.enabled(Boolean enabled) |
Initializes the value for the enabled attribute.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.endpoint(String endpoint) |
Initializes the value for the endpoint attribute.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.from(MQTTOutput instance) |
Fill a builder with attribute values from the provided com.telenordigital.nbiot.MQTTOutput instance.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.from(Output instance) |
Fill a builder with attribute values from the provided com.telenordigital.nbiot.Output instance.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.password(String password) |
Initializes the value for the password attribute.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.putAllTags(Map<String,? extends String> entries) |
Put all mappings from the specified map as entries to tags map.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.putTags(String key,
String value) |
Put one entry to the tags map.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.putTags(Map.Entry<String,? extends String> entry) |
Put one entry to the tags map.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.tags(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the tags map.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.topicName(String topicName) |
Initializes the value for the topicName attribute.
|
ImmutableMQTTOutput.Builder |
ImmutableMQTTOutput.Builder.username(String username) |
Initializes the value for the username attribute.
|