StructuredPojo, ToCopyableBuilder<BuildArtifacts.Builder,BuildArtifacts>@Generated("software.amazon.awssdk:codegen") public class BuildArtifacts extends Object implements StructuredPojo, ToCopyableBuilder<BuildArtifacts.Builder,BuildArtifacts>
Information about build output artifacts.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
BuildArtifacts.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static BuildArtifacts.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
location() |
Information about the location of the build artifacts.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
md5sum() |
The MD5 hash of the build artifact.
|
static Class<? extends BuildArtifacts.Builder> |
serializableBuilderClass() |
|
String |
sha256sum() |
The SHA-256 hash of the build artifact.
|
BuildArtifacts.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String location()
Information about the location of the build artifacts.
public 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.
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.
public 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.
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.
public BuildArtifacts.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BuildArtifacts.Builder,BuildArtifacts>public static BuildArtifacts.Builder builder()
public static Class<? extends BuildArtifacts.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.