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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildNotDeleted.Builderid(String id)The ID of the build that could not be successfully deleted.BuildNotDeleted.BuilderstatusCode(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 Detail
-
id
BuildNotDeleted.Builder id(String 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
BuildNotDeleted.Builder statusCode(String statusCodeValue)
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.
-
-