Interface InvalidSignalDecoder.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InvalidSignalDecoder.Builder,
,InvalidSignalDecoder> SdkBuilder<InvalidSignalDecoder.Builder,
,InvalidSignalDecoder> SdkPojo
- Enclosing class:
InvalidSignalDecoder
@Mutable
@NotThreadSafe
public static interface InvalidSignalDecoder.Builder
extends SdkPojo, CopyableBuilder<InvalidSignalDecoder.Builder,InvalidSignalDecoder>
-
Method Summary
Modifier and TypeMethodDescriptionThe possible cause for the invalid signal decoder.The name of a signal decoder that isn't valid.A message about why the signal decoder isn't valid.reason
(SignalDecoderFailureReason reason) A message about why the signal decoder isn't valid.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.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of a signal decoder that isn't valid.
- Parameters:
name
- The name of a signal decoder that isn't valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
A message about why the signal decoder isn't valid.
- Parameters:
reason
- A message about why the signal decoder isn't valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
A message about why the signal decoder isn't valid.
- Parameters:
reason
- A message about why the signal decoder isn't valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hint
The possible cause for the invalid signal decoder.
- Parameters:
hint
- The possible cause for the invalid signal decoder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-