public static interface CreateDecoderManifestRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<CreateDecoderManifestRequest.Builder,CreateDecoderManifestRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDecoderManifestRequest.Builder name(String name)
The unique name of the decoder manifest to create.
name - The unique name of the decoder manifest to create.CreateDecoderManifestRequest.Builder description(String description)
A brief description of the decoder manifest.
description - A brief description of the decoder manifest.CreateDecoderManifestRequest.Builder modelManifestArn(String modelManifestArn)
The Amazon Resource Name (ARN) of the vehicle model (model manifest).
modelManifestArn - The Amazon Resource Name (ARN) of the vehicle model (model manifest).CreateDecoderManifestRequest.Builder signalDecoders(Collection<SignalDecoder> signalDecoders)
A list of information about signal decoders.
signalDecoders - A list of information about signal decoders.CreateDecoderManifestRequest.Builder signalDecoders(SignalDecoder... signalDecoders)
A list of information about signal decoders.
signalDecoders - A list of information about signal decoders.CreateDecoderManifestRequest.Builder signalDecoders(Consumer<SignalDecoder.Builder>... signalDecoders)
A list of information about signal decoders.
This is a convenience method that creates an instance of theSignalDecoder.Builder avoiding the need to create
one manually via SignalDecoder.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #signalDecoders(List.
signalDecoders - a consumer that will call methods on
SignalDecoder.Builder#signalDecoders(java.util.Collection) CreateDecoderManifestRequest.Builder networkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of information about available network interfaces.
networkInterfaces - A list of information about available network interfaces.CreateDecoderManifestRequest.Builder networkInterfaces(NetworkInterface... networkInterfaces)
A list of information about available network interfaces.
networkInterfaces - A list of information about available network interfaces.CreateDecoderManifestRequest.Builder networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
A list of information about available network interfaces.
This is a convenience method that creates an instance of theNetworkInterface.Builder avoiding the need to
create one manually via NetworkInterface.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkInterfaces(List.
networkInterfaces - a consumer that will call methods on
NetworkInterface.Builder#networkInterfaces(java.util.Collection) CreateDecoderManifestRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the decoder manifest.
tags - Metadata that can be used to manage the decoder manifest.CreateDecoderManifestRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the decoder manifest.
tags - Metadata that can be used to manage the decoder manifest.CreateDecoderManifestRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the decoder manifest.
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) CreateDecoderManifestRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDecoderManifestRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.