Interface InvalidSignal.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InvalidSignal.Builder,,InvalidSignal> SdkBuilder<InvalidSignal.Builder,,InvalidSignal> SdkPojo
- Enclosing class:
InvalidSignal
@Mutable
@NotThreadSafe
public static interface InvalidSignal.Builder
extends SdkPojo, CopyableBuilder<InvalidSignal.Builder,InvalidSignal>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the signal that isn't valid.A message about why the signal isn't valid.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the signal that isn't valid.
- Parameters:
name- The name of the signal 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 isn't valid.
- Parameters:
reason- A message about why the signal isn't valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-