Interface ActionConnectorError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionConnectorError.Builder,
,ActionConnectorError> SdkBuilder<ActionConnectorError.Builder,
,ActionConnectorError> SdkPojo
- Enclosing class:
ActionConnectorError
@Mutable
@NotThreadSafe
public static interface ActionConnectorError.Builder
extends SdkPojo, CopyableBuilder<ActionConnectorError.Builder,ActionConnectorError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error message describing what went wrong with the action connector.The type or category of the error.type
(ActionConnectorErrorType type) The type or category of the error.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
-
message
The error message describing what went wrong with the action connector.
- Parameters:
message
- The error message describing what went wrong with the action connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type or category of the error.
- Parameters:
type
- The type or category of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type or category of the error.
- Parameters:
type
- The type or category of the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-