public static interface BuildNotDeleted.Builder extends SdkPojo, CopyableBuilder<BuildNotDeleted.Builder,BuildNotDeleted>
Modifier and Type | Method and Description |
---|---|
BuildNotDeleted.Builder |
id(String id)
The ID of the build that could not be successfully deleted.
|
BuildNotDeleted.Builder |
statusCode(String statusCode)
Additional information about the build that could not be successfully deleted.
|
copy
applyMutation, build
BuildNotDeleted.Builder id(String id)
The ID of the build that could not be successfully deleted.
id
- The ID of the build that could not be successfully deleted.BuildNotDeleted.Builder statusCode(String statusCode)
Additional information about the build that could not be successfully deleted.
statusCode
- Additional information about the build that could not be successfully deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.