Interface DecoderManifestValidationException.Builder
- All Superinterfaces:
AwsServiceException.Builder
,Buildable
,CopyableBuilder<DecoderManifestValidationException.Builder,
,DecoderManifestValidationException> IoTFleetWiseException.Builder
,SdkBuilder<DecoderManifestValidationException.Builder,
,DecoderManifestValidationException> SdkException.Builder
,SdkPojo
,SdkServiceException.Builder
- Enclosing class:
DecoderManifestValidationException
-
Method Summary
Modifier and TypeMethodDescriptionawsErrorDetails
(AwsErrorDetails awsErrorDetails) Specifies the additional awsErrorDetails from the service response.Specifies the exception that caused this exception to occur.invalidNetworkInterfaces
(Collection<InvalidNetworkInterface> invalidNetworkInterfaces) The request couldn't be completed because of invalid network interfaces in the request.invalidNetworkInterfaces
(Consumer<InvalidNetworkInterface.Builder>... invalidNetworkInterfaces) The request couldn't be completed because of invalid network interfaces in the request.invalidNetworkInterfaces
(InvalidNetworkInterface... invalidNetworkInterfaces) The request couldn't be completed because of invalid network interfaces in the request.invalidSignals
(Collection<InvalidSignalDecoder> invalidSignals) The request couldn't be completed because of invalid signals in the request.invalidSignals
(Consumer<InvalidSignalDecoder.Builder>... invalidSignals) The request couldn't be completed because of invalid signals in the request.invalidSignals
(InvalidSignalDecoder... invalidSignals) The request couldn't be completed because of invalid signals in the request.Specifies the details of this exception.numAttempts
(Integer numAttempts) Specifies the requestId returned by the called service.statusCode
(int statusCode) Specifies the status code returned by the service.writableStackTrace
(Boolean writableStackTrace) Specifies whether the stack trace in this exception can be written.Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, numAttempts, writableStackTrace
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
Method Details
-
invalidSignals
DecoderManifestValidationException.Builder invalidSignals(Collection<InvalidSignalDecoder> invalidSignals) The request couldn't be completed because of invalid signals in the request.
- Parameters:
invalidSignals
- The request couldn't be completed because of invalid signals in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invalidSignals
The request couldn't be completed because of invalid signals in the request.
- Parameters:
invalidSignals
- The request couldn't be completed because of invalid signals in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invalidSignals
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 viaInvalidSignalDecoder.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinvalidSignals(List<InvalidSignalDecoder>)
.- Parameters:
invalidSignals
- a consumer that will call methods onInvalidSignalDecoder.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
invalidNetworkInterfaces
DecoderManifestValidationException.Builder invalidNetworkInterfaces(Collection<InvalidNetworkInterface> invalidNetworkInterfaces) The request couldn't be completed because of invalid network interfaces in the request.
- Parameters:
invalidNetworkInterfaces
- The request couldn't be completed because of invalid network interfaces in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invalidNetworkInterfaces
DecoderManifestValidationException.Builder invalidNetworkInterfaces(InvalidNetworkInterface... invalidNetworkInterfaces) The request couldn't be completed because of invalid network interfaces in the request.
- Parameters:
invalidNetworkInterfaces
- The request couldn't be completed because of invalid network interfaces in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invalidNetworkInterfaces
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 viaInvalidNetworkInterface.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinvalidNetworkInterfaces(List<InvalidNetworkInterface>)
.- Parameters:
invalidNetworkInterfaces
- a consumer that will call methods onInvalidNetworkInterface.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsErrorDetails
Description copied from interface:AwsServiceException.Builder
Specifies the additional awsErrorDetails from the service response.- Specified by:
awsErrorDetails
in interfaceAwsServiceException.Builder
- Specified by:
awsErrorDetails
in interfaceIoTFleetWiseException.Builder
- Parameters:
awsErrorDetails
- Object containing additional details from the response.- Returns:
- This object for method chaining.
-
message
Description copied from interface:SdkException.Builder
Specifies the details of this exception.- Specified by:
message
in interfaceAwsServiceException.Builder
- Specified by:
message
in interfaceIoTFleetWiseException.Builder
- Specified by:
message
in interfaceSdkException.Builder
- Specified by:
message
in interfaceSdkServiceException.Builder
- Parameters:
message
- The details of this exception.- Returns:
- This method for object chaining
-
requestId
Description copied from interface:SdkServiceException.Builder
Specifies the requestId returned by the called service.- Specified by:
requestId
in interfaceAwsServiceException.Builder
- Specified by:
requestId
in interfaceIoTFleetWiseException.Builder
- Specified by:
requestId
in interfaceSdkServiceException.Builder
- Parameters:
requestId
- A string that identifies the request made to a service.- Returns:
- This object for method chaining.
-
statusCode
Description copied from interface:SdkServiceException.Builder
Specifies the status code returned by the service.- Specified by:
statusCode
in interfaceAwsServiceException.Builder
- Specified by:
statusCode
in interfaceIoTFleetWiseException.Builder
- Specified by:
statusCode
in interfaceSdkServiceException.Builder
- Parameters:
statusCode
- an int containing the status code returned by the service.- Returns:
- This method for object chaining.
-
cause
Description copied from interface:SdkException.Builder
Specifies the exception that caused this exception to occur.- Specified by:
cause
in interfaceAwsServiceException.Builder
- Specified by:
cause
in interfaceIoTFleetWiseException.Builder
- Specified by:
cause
in interfaceSdkException.Builder
- Specified by:
cause
in interfaceSdkServiceException.Builder
- Parameters:
cause
- The exception that caused this exception to occur.- Returns:
- This object for method chaining.
-
writableStackTrace
Description copied from interface:SdkException.Builder
Specifies whether the stack trace in this exception can be written.- Specified by:
writableStackTrace
in interfaceIoTFleetWiseException.Builder
- Specified by:
writableStackTrace
in interfaceSdkException.Builder
- Specified by:
writableStackTrace
in interfaceSdkServiceException.Builder
- Parameters:
writableStackTrace
- Whether the stack trace can be written.- Returns:
- This method for object chaining
-
numAttempts
- Specified by:
numAttempts
in interfaceAwsServiceException.Builder
- Specified by:
numAttempts
in interfaceIoTFleetWiseException.Builder
- Specified by:
numAttempts
in interfaceSdkException.Builder
- Specified by:
numAttempts
in interfaceSdkServiceException.Builder
- Parameters:
numAttempts
- The attempt count- Returns:
- This method for object chaining
-