Interface ProjectDeletionError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProjectDeletionError.Builder,ProjectDeletionError>,SdkBuilder<ProjectDeletionError.Builder,ProjectDeletionError>,SdkPojo
- Enclosing class:
- ProjectDeletionError
public static interface ProjectDeletionError.Builder extends SdkPojo, CopyableBuilder<ProjectDeletionError.Builder,ProjectDeletionError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectDeletionError.Buildercode(String code)Project Deletion Error CodeProjectDeletionError.Buildermessage(String message)Project Deletion Error Message-
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 Detail
-
code
ProjectDeletionError.Builder code(String code)
Project Deletion Error Code
- Parameters:
code- Project Deletion Error Code- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
ProjectDeletionError.Builder message(String message)
Project Deletion Error Message
- Parameters:
message- Project Deletion Error Message- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-