public static interface DecoderManifestValidationException.Builder extends SdkPojo, CopyableBuilder<DecoderManifestValidationException.Builder,DecoderManifestValidationException>, IoTFleetWiseException.Builder
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, messageequalsBySdkFields, sdkFieldsDecoderManifestValidationException.Builder invalidSignals(Collection<InvalidSignalDecoder> invalidSignals)
The request couldn't be completed because of invalid signals in the request.
invalidSignals - The request couldn't be completed because of invalid signals in the request.DecoderManifestValidationException.Builder invalidSignals(InvalidSignalDecoder... invalidSignals)
The request couldn't be completed because of invalid signals in the request.
invalidSignals - The request couldn't be completed because of invalid signals in the request.DecoderManifestValidationException.Builder invalidSignals(Consumer<InvalidSignalDecoder.Builder>... invalidSignals)
The request couldn't be completed because of invalid signals in the request.
This is a convenience method that creates an instance of theInvalidSignalDecoder.Builder avoiding the need to
create one manually via
InvalidSignalDecoder.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #invalidSignals(List.
invalidSignals - a consumer that will call methods on
InvalidSignalDecoder.Builder#invalidSignals(java.util.Collection) DecoderManifestValidationException.Builder invalidNetworkInterfaces(Collection<InvalidNetworkInterface> invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
invalidNetworkInterfaces - The request couldn't be completed because of invalid network interfaces in the request.DecoderManifestValidationException.Builder invalidNetworkInterfaces(InvalidNetworkInterface... invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
invalidNetworkInterfaces - The request couldn't be completed because of invalid network interfaces in the request.DecoderManifestValidationException.Builder invalidNetworkInterfaces(Consumer<InvalidNetworkInterface.Builder>... invalidNetworkInterfaces)
The request couldn't be completed because of invalid network interfaces in the request.
This is a convenience method that creates an instance of theInvalidNetworkInterface.Builder avoiding the need
to create one manually via
InvalidNetworkInterface.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #invalidNetworkInterfaces(List.
invalidNetworkInterfaces - a consumer that will call methods on
InvalidNetworkInterface.Builder#invalidNetworkInterfaces(java.util.Collection) DecoderManifestValidationException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface IoTFleetWiseException.BuilderDecoderManifestValidationException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface IoTFleetWiseException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderDecoderManifestValidationException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface IoTFleetWiseException.BuilderrequestId in interface SdkServiceException.BuilderDecoderManifestValidationException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface IoTFleetWiseException.BuilderstatusCode in interface SdkServiceException.BuilderDecoderManifestValidationException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface IoTFleetWiseException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderCopyright © 2022. All rights reserved.