CopyableBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>, SdkBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>public static interface UpdateBuildRequest.Builder extends CopyableBuilder<UpdateBuildRequest.Builder,UpdateBuildRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateBuildRequest.Builder |
buildId(String buildId) |
Unique identifier for a build to update.
|
UpdateBuildRequest.Builder |
name(String name) |
Descriptive label that is associated with a build.
|
UpdateBuildRequest.Builder |
version(String version) |
Version that is associated with this build.
|
copyapply, buildUpdateBuildRequest.Builder buildId(String buildId)
Unique identifier for a build to update.
buildId - Unique identifier for a build to update.UpdateBuildRequest.Builder name(String name)
Descriptive label that is associated with a build. Build names do not need to be unique.
name - Descriptive label that is associated with a build. Build names do not need to be unique.UpdateBuildRequest.Builder version(String version)
Version that is associated with this build. Version strings do not need to be unique.
version - Version that is associated with this build. Version strings do not need to be unique.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.