static UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.builder() |
|
UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.Builder.description(String description) |
A brief description of the vehicle model.
|
UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.Builder.name(String name) |
The name of the vehicle model to update.
|
UpdateModelManifestRequest.Builder |
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 |
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 |
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 |
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 |
UpdateModelManifestRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.Builder.status(String status) |
The state of the vehicle model.
|
UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.Builder.status(ManifestStatus status) |
The state of the vehicle model.
|
UpdateModelManifestRequest.Builder |
UpdateModelManifestRequest.toBuilder() |
|