public static interface ImportSignalCatalogRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<ImportSignalCatalogRequest.Builder,ImportSignalCatalogRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportSignalCatalogRequest.Builder name(String name)
The name of the signal catalog to import.
name - The name of the signal catalog to import.ImportSignalCatalogRequest.Builder description(String description)
A brief description of the signal catalog.
description - A brief description of the signal catalog.ImportSignalCatalogRequest.Builder vss(FormattedVss vss)
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
vss - The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used
to describe and model signals in vehicle networks.default ImportSignalCatalogRequest.Builder vss(Consumer<FormattedVss.Builder> vss)
The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.
This is a convenience method that creates an instance of theFormattedVss.Builder avoiding the need
to create one manually via FormattedVss.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vss(FormattedVss).
vss - a consumer that will call methods on FormattedVss.Buildervss(FormattedVss)ImportSignalCatalogRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the signal catalog.
tags - Metadata that can be used to manage the signal catalog.ImportSignalCatalogRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the signal catalog.
tags - Metadata that can be used to manage the signal catalog.ImportSignalCatalogRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the signal catalog.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ImportSignalCatalogRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportSignalCatalogRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.