Interface BuildNotDeleted.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BuildNotDeleted.Builder,
,BuildNotDeleted> SdkBuilder<BuildNotDeleted.Builder,
,BuildNotDeleted> SdkPojo
- Enclosing class:
BuildNotDeleted
public static interface BuildNotDeleted.Builder
extends SdkPojo, CopyableBuilder<BuildNotDeleted.Builder,BuildNotDeleted>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the build that could not be successfully deleted.statusCode
(String statusCodeValue) Additional information about the build that could not be successfully deleted.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
-
id
The ID of the build that could not be successfully deleted.
- Parameters:
id
- The ID of the build that could not be successfully deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
Additional information about the build that could not be successfully deleted.
- Parameters:
statusCodeValue
- Additional information about the build that could not be successfully deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-