Interface UpdateStateTemplateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateStateTemplateRequest.Builder,
,UpdateStateTemplateRequest> IoTFleetWiseRequest.Builder
,SdkBuilder<UpdateStateTemplateRequest.Builder,
,UpdateStateTemplateRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateStateTemplateRequest
-
Method Summary
Modifier and TypeMethodDescriptiondataExtraDimensions
(String... dataExtraDimensions) A list of vehicle attributes to associate with the payload published on the state template's MQTT topic.dataExtraDimensions
(Collection<String> dataExtraDimensions) A list of vehicle attributes to associate with the payload published on the state template's MQTT topic.description
(String description) A brief description of the state template.identifier
(String identifier) The unique ID of the state template.metadataExtraDimensions
(String... metadataExtraDimensions) A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic.metadataExtraDimensions
(Collection<String> metadataExtraDimensions) A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.stateTemplatePropertiesToAdd
(String... stateTemplatePropertiesToAdd) Add signals from which data is collected as part of the state template.stateTemplatePropertiesToAdd
(Collection<String> stateTemplatePropertiesToAdd) Add signals from which data is collected as part of the state template.stateTemplatePropertiesToRemove
(String... stateTemplatePropertiesToRemove) Remove signals from which data is collected as part of the state template.stateTemplatePropertiesToRemove
(Collection<String> stateTemplatePropertiesToRemove) Remove signals from which data is collected as part of the state template.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseRequest.Builder
build
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
-
identifier
The unique ID of the state template.
- Parameters:
identifier
- The unique ID of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A brief description of the state template.
- Parameters:
description
- A brief description of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateTemplatePropertiesToAdd
UpdateStateTemplateRequest.Builder stateTemplatePropertiesToAdd(Collection<String> stateTemplatePropertiesToAdd) Add signals from which data is collected as part of the state template.
- Parameters:
stateTemplatePropertiesToAdd
- Add signals from which data is collected as part of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateTemplatePropertiesToAdd
UpdateStateTemplateRequest.Builder stateTemplatePropertiesToAdd(String... stateTemplatePropertiesToAdd) Add signals from which data is collected as part of the state template.
- Parameters:
stateTemplatePropertiesToAdd
- Add signals from which data is collected as part of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateTemplatePropertiesToRemove
UpdateStateTemplateRequest.Builder stateTemplatePropertiesToRemove(Collection<String> stateTemplatePropertiesToRemove) Remove signals from which data is collected as part of the state template.
- Parameters:
stateTemplatePropertiesToRemove
- Remove signals from which data is collected as part of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateTemplatePropertiesToRemove
UpdateStateTemplateRequest.Builder stateTemplatePropertiesToRemove(String... stateTemplatePropertiesToRemove) Remove signals from which data is collected as part of the state template.
- Parameters:
stateTemplatePropertiesToRemove
- Remove signals from which data is collected as part of the state template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataExtraDimensions
A list of vehicle attributes to associate with the payload published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add
Vehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will enrich the protobuf encoded payload with those attributes in theextraDimensions
field.Default: An empty array
- Parameters:
dataExtraDimensions
- A list of vehicle attributes to associate with the payload published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you addVehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will enrich the protobuf encoded payload with those attributes in theextraDimensions
field.Default: An empty array
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataExtraDimensions
A list of vehicle attributes to associate with the payload published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add
Vehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will enrich the protobuf encoded payload with those attributes in theextraDimensions
field.Default: An empty array
- Parameters:
dataExtraDimensions
- A list of vehicle attributes to associate with the payload published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you addVehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will enrich the protobuf encoded payload with those attributes in theextraDimensions
field.Default: An empty array
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataExtraDimensions
UpdateStateTemplateRequest.Builder metadataExtraDimensions(Collection<String> metadataExtraDimensions) A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add
Vehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will include these attributes as User Properties with the MQTT message.- Parameters:
metadataExtraDimensions
- A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you addVehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will include these attributes as User Properties with the MQTT message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadataExtraDimensions
A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add
Vehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will include these attributes as User Properties with the MQTT message.- Parameters:
metadataExtraDimensions
- A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you addVehicle.Attributes.Make
andVehicle.Attributes.Model
attributes, Amazon Web Services IoT FleetWise will include these attributes as User Properties with the MQTT message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateStateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateStateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-