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)The code of the project deletion error.ProjectDeletionError.Buildermessage(String message)The message of the project deletion 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, sdkFields
-
-
-
-
Method Detail
-
code
ProjectDeletionError.Builder code(String code)
The code of the project deletion error.
- Parameters:
code- The code of the project deletion error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
ProjectDeletionError.Builder message(String message)
The message of the project deletion error.
- Parameters:
message- The message of the project deletion error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-