Interface CreateVehicleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateVehicleRequest.Builder,CreateVehicleRequest>,IoTFleetWiseRequest.Builder,SdkBuilder<CreateVehicleRequest.Builder,CreateVehicleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVehicleRequest
public static interface CreateVehicleRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateVehicleRequest.Builder,CreateVehicleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVehicleRequest.BuilderassociationBehavior(String associationBehavior)An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.CreateVehicleRequest.BuilderassociationBehavior(VehicleAssociationBehavior associationBehavior)An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.CreateVehicleRequest.Builderattributes(Map<String,String> attributes)Static information about a vehicle in a key-value pair.CreateVehicleRequest.BuilderdecoderManifestArn(String decoderManifestArn)The ARN of a decoder manifest.CreateVehicleRequest.BuildermodelManifestArn(String modelManifestArn)The Amazon Resource Name ARN of a vehicle model.CreateVehicleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVehicleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVehicleRequest.Buildertags(Collection<Tag> tags)Metadata that can be used to manage the vehicle.CreateVehicleRequest.Buildertags(Consumer<Tag.Builder>... tags)Metadata that can be used to manage the vehicle.CreateVehicleRequest.Buildertags(Tag... tags)Metadata that can be used to manage the vehicle.CreateVehicleRequest.BuildervehicleName(String vehicleName)The unique ID of the vehicle to create.-
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, sdkFields
-
-
-
-
Method Detail
-
vehicleName
CreateVehicleRequest.Builder vehicleName(String vehicleName)
The unique ID of the vehicle to create.
- Parameters:
vehicleName- The unique ID of the vehicle to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelManifestArn
CreateVehicleRequest.Builder modelManifestArn(String modelManifestArn)
The Amazon Resource Name ARN of a vehicle model.
- Parameters:
modelManifestArn- The Amazon Resource Name ARN of a vehicle model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
decoderManifestArn
CreateVehicleRequest.Builder decoderManifestArn(String decoderManifestArn)
The ARN of a decoder manifest.
- Parameters:
decoderManifestArn- The ARN of a decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
CreateVehicleRequest.Builder attributes(Map<String,String> attributes)
Static information about a vehicle in a key-value pair. For example:
"engineType":"1.3 L R2"A campaign must include the keys (attribute names) in
dataExtraDimensionsfor them to display in Amazon Timestream.- Parameters:
attributes- Static information about a vehicle in a key-value pair. For example:"engineType":"1.3 L R2"A campaign must include the keys (attribute names) in
dataExtraDimensionsfor them to display in Amazon Timestream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationBehavior
CreateVehicleRequest.Builder associationBehavior(String associationBehavior)
An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.
Default:
- Parameters:
associationBehavior- An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.Default:
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VehicleAssociationBehavior,VehicleAssociationBehavior
-
associationBehavior
CreateVehicleRequest.Builder associationBehavior(VehicleAssociationBehavior associationBehavior)
An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.
Default:
- Parameters:
associationBehavior- An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an existing Amazon Web Services IoT thing as a vehicle.Default:
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VehicleAssociationBehavior,VehicleAssociationBehavior
-
tags
CreateVehicleRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the vehicle.
- Parameters:
tags- Metadata that can be used to manage the vehicle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVehicleRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the vehicle.
- Parameters:
tags- Metadata that can be used to manage the vehicle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateVehicleRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the vehicle.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateVehicleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVehicleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-