CopyableBuilder<BuildArtifacts.Builder,BuildArtifacts>, SdkBuilder<BuildArtifacts.Builder,BuildArtifacts>public static interface BuildArtifacts.Builder extends CopyableBuilder<BuildArtifacts.Builder,BuildArtifacts>
| Modifier and Type | Method | Description |
|---|---|---|
BuildArtifacts.Builder |
location(String location) |
Information about the location of the build artifacts.
|
BuildArtifacts.Builder |
md5sum(String md5sum) |
The MD5 hash of the build artifact.
|
BuildArtifacts.Builder |
sha256sum(String sha256sum) |
The SHA-256 hash of the build artifact.
|
copyapply, buildBuildArtifacts.Builder location(String location)
Information about the location of the build artifacts.
location - Information about the location of the build artifacts.BuildArtifacts.Builder sha256sum(String sha256sum)
The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging value is set to ZIP.
sha256sum - The SHA-256 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging value is set to
ZIP.
BuildArtifacts.Builder md5sum(String md5sum)
The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging value is set to ZIP.
md5sum - The MD5 hash of the build artifact.
You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
This value is available only if the build project's packaging value is set to
ZIP.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.