Interface NamespaceError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NamespaceError.Builder,
,NamespaceError> SdkBuilder<NamespaceError.Builder,
,NamespaceError> SdkPojo
- Enclosing class:
NamespaceError
public static interface NamespaceError.Builder
extends SdkPojo, CopyableBuilder<NamespaceError.Builder,NamespaceError>
-
Method Summary
Modifier and TypeMethodDescriptionThe message for the error.The error type.type
(NamespaceErrorType type) The error type.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, sdkFields
-
Method Details
-
type
The error type.
- Parameters:
type
- The error type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The error type.
- Parameters:
type
- The error type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The message for the error.
- Parameters:
message
- The message for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-