Uses of Interface
software.amazon.awssdk.services.codebuild.model.BuildNotDeleted.Builder
-
Packages that use BuildNotDeleted.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BuildNotDeleted.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return BuildNotDeleted.Builder Modifier and Type Method Description static BuildNotDeleted.BuilderBuildNotDeleted. builder()BuildNotDeleted.BuilderBuildNotDeleted.Builder. id(String id)The ID of the build that could not be successfully deleted.BuildNotDeleted.BuilderBuildNotDeleted.Builder. statusCode(String statusCodeValue)Additional information about the build that could not be successfully deleted.BuildNotDeleted.BuilderBuildNotDeleted. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BuildNotDeleted.Builder Modifier and Type Method Description static Class<? extends BuildNotDeleted.Builder>BuildNotDeleted. serializableBuilderClass()
-