public static interface UpdateDecoderManifestRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<UpdateDecoderManifestRequest.Builder,UpdateDecoderManifestRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDecoderManifestRequest.Builder |
description(String description)
A brief description of the decoder manifest to update.
|
UpdateDecoderManifestRequest.Builder |
name(String name)
The name of the decoder manifest to update.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToAdd(Consumer<NetworkInterface.Builder>... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToRemove(String... networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToUpdate(Consumer<NetworkInterface.Builder>... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
networkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDecoderManifestRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDecoderManifestRequest.Builder |
signalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
signalDecodersToAdd(Consumer<SignalDecoder.Builder>... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
signalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
signalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
signalDecodersToRemove(String... signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
signalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
signalDecodersToUpdate(Consumer<SignalDecoder.Builder>... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
signalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
status(ManifestStatus status)
The state of the decoder manifest.
|
UpdateDecoderManifestRequest.Builder |
status(String status)
The state of the decoder manifest.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDecoderManifestRequest.Builder name(String name)
The name of the decoder manifest to update.
name - The name of the decoder manifest to update.UpdateDecoderManifestRequest.Builder description(String description)
A brief description of the decoder manifest to update.
description - A brief description of the decoder manifest to update.UpdateDecoderManifestRequest.Builder signalDecodersToAdd(Collection<SignalDecoder> signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
signalDecodersToAdd - A list of information about decoding additional signals to add to the decoder manifest.UpdateDecoderManifestRequest.Builder signalDecodersToAdd(SignalDecoder... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
signalDecodersToAdd - A list of information about decoding additional signals to add to the decoder manifest.UpdateDecoderManifestRequest.Builder signalDecodersToAdd(Consumer<SignalDecoder.Builder>... signalDecodersToAdd)
A list of information about decoding additional signals to add to the decoder manifest.
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 #signalDecodersToAdd(List.
signalDecodersToAdd - a consumer that will call methods on
SignalDecoder.Builder#signalDecodersToAdd(java.util.Collection) UpdateDecoderManifestRequest.Builder signalDecodersToUpdate(Collection<SignalDecoder> signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
signalDecodersToUpdate - A list of updated information about decoding signals to update in the decoder manifest.UpdateDecoderManifestRequest.Builder signalDecodersToUpdate(SignalDecoder... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
signalDecodersToUpdate - A list of updated information about decoding signals to update in the decoder manifest.UpdateDecoderManifestRequest.Builder signalDecodersToUpdate(Consumer<SignalDecoder.Builder>... signalDecodersToUpdate)
A list of updated information about decoding signals to update in the decoder manifest.
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 #signalDecodersToUpdate(List.
signalDecodersToUpdate - a consumer that will call methods on
SignalDecoder.Builder#signalDecodersToUpdate(java.util.Collection) UpdateDecoderManifestRequest.Builder signalDecodersToRemove(Collection<String> signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
signalDecodersToRemove - A list of signal decoders to remove from the decoder manifest.UpdateDecoderManifestRequest.Builder signalDecodersToRemove(String... signalDecodersToRemove)
A list of signal decoders to remove from the decoder manifest.
signalDecodersToRemove - A list of signal decoders to remove from the decoder manifest.UpdateDecoderManifestRequest.Builder networkInterfacesToAdd(Collection<NetworkInterface> networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
networkInterfacesToAdd - A list of information about the network interfaces to add to the decoder manifest.UpdateDecoderManifestRequest.Builder networkInterfacesToAdd(NetworkInterface... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
networkInterfacesToAdd - A list of information about the network interfaces to add to the decoder manifest.UpdateDecoderManifestRequest.Builder networkInterfacesToAdd(Consumer<NetworkInterface.Builder>... networkInterfacesToAdd)
A list of information about the network interfaces to add to the decoder manifest.
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 #networkInterfacesToAdd(List.
networkInterfacesToAdd - a consumer that will call methods on
NetworkInterface.Builder#networkInterfacesToAdd(java.util.Collection) UpdateDecoderManifestRequest.Builder networkInterfacesToUpdate(Collection<NetworkInterface> networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
networkInterfacesToUpdate - A list of information about the network interfaces to update in the decoder manifest.UpdateDecoderManifestRequest.Builder networkInterfacesToUpdate(NetworkInterface... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
networkInterfacesToUpdate - A list of information about the network interfaces to update in the decoder manifest.UpdateDecoderManifestRequest.Builder networkInterfacesToUpdate(Consumer<NetworkInterface.Builder>... networkInterfacesToUpdate)
A list of information about the network interfaces to update in the decoder manifest.
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 #networkInterfacesToUpdate(List.
networkInterfacesToUpdate - a consumer that will call methods on
NetworkInterface.Builder#networkInterfacesToUpdate(java.util.Collection) UpdateDecoderManifestRequest.Builder networkInterfacesToRemove(Collection<String> networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
networkInterfacesToRemove - A list of network interfaces to remove from the decoder manifest.UpdateDecoderManifestRequest.Builder networkInterfacesToRemove(String... networkInterfacesToRemove)
A list of network interfaces to remove from the decoder manifest.
networkInterfacesToRemove - A list of network interfaces to remove from the decoder manifest.UpdateDecoderManifestRequest.Builder status(String status)
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is DRAFT, you can edit the decoder manifest.
status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is DRAFT, you can edit the decoder manifest.ManifestStatus,
ManifestStatusUpdateDecoderManifestRequest.Builder status(ManifestStatus status)
The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is DRAFT, you can edit the decoder manifest.
status - The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be
edited. If the status is DRAFT, you can edit the decoder manifest.ManifestStatus,
ManifestStatusUpdateDecoderManifestRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDecoderManifestRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.