public static interface UpdateModelManifestRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateModelManifestRequest.Builder,UpdateModelManifestRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateModelManifestRequest.Builder |
description(String description)
A brief description of the vehicle model.
|
UpdateModelManifestRequest.Builder |
name(String name)
The name of the vehicle model to update.
|
UpdateModelManifestRequest.Builder |
nodesToAdd(Collection<String> nodesToAdd)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the
vehicle model. |
UpdateModelManifestRequest.Builder |
nodesToAdd(String... nodesToAdd)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the
vehicle model. |
UpdateModelManifestRequest.Builder |
nodesToRemove(Collection<String> nodesToRemove)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to remove
from the vehicle model. |
UpdateModelManifestRequest.Builder |
nodesToRemove(String... nodesToRemove)
A list of
fullyQualifiedName of nodes, which are a general abstraction of signals, to remove
from the vehicle model. |
UpdateModelManifestRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateModelManifestRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateModelManifestRequest.Builder |
status(ManifestStatus status)
The state of the vehicle model.
|
UpdateModelManifestRequest.Builder |
status(String status)
The state of the vehicle model.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateModelManifestRequest.Builder name(String name)
The name of the vehicle model to update.
name - The name of the vehicle model to update.UpdateModelManifestRequest.Builder description(String description)
A brief description of the vehicle model.
description - A brief description of the vehicle model.UpdateModelManifestRequest.Builder nodesToAdd(Collection<String> nodesToAdd)
A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the
vehicle model.
nodesToAdd - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add
to the vehicle model.UpdateModelManifestRequest.Builder nodesToAdd(String... nodesToAdd)
A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add to the
vehicle model.
nodesToAdd - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to add
to the vehicle model.UpdateModelManifestRequest.Builder nodesToRemove(Collection<String> nodesToRemove)
A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove
from the vehicle model.
nodesToRemove - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to
remove from the vehicle model.UpdateModelManifestRequest.Builder nodesToRemove(String... nodesToRemove)
A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to remove
from the vehicle model.
nodesToRemove - A list of fullyQualifiedName of nodes, which are a general abstraction of signals, to
remove from the vehicle model.UpdateModelManifestRequest.Builder status(String status)
The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If
the status is DRAFT, you can edit the vehicle model.
status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be
edited. If the status is DRAFT, you can edit the vehicle model.ManifestStatus,
ManifestStatusUpdateModelManifestRequest.Builder status(ManifestStatus status)
The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If
the status is DRAFT, you can edit the vehicle model.
status - The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be
edited. If the status is DRAFT, you can edit the vehicle model.ManifestStatus,
ManifestStatusUpdateModelManifestRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateModelManifestRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.