JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codebuild.model

Class BuildArtifacts

    • Constructor Detail

      • BuildArtifacts

        public BuildArtifacts()
    • Method Detail

      • setLocation

        public void setLocation(String location)

        Information about the location of the build artifacts.

        Parameters:
        location - Information about the location of the build artifacts.
      • getLocation

        public String getLocation()

        Information about the location of the build artifacts.

        Returns:
        Information about the location of the build artifacts.
      • withLocation

        public BuildArtifacts withLocation(String location)

        Information about the location of the build artifacts.

        Parameters:
        location - Information about the location of the build artifacts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSha256sum

        public void setSha256sum(String sha256sum)

        The SHA-256 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Parameters:
        sha256sum - The SHA-256 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

      • getSha256sum

        public String getSha256sum()

        The SHA-256 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Returns:
        The SHA-256 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

      • withSha256sum

        public BuildArtifacts withSha256sum(String sha256sum)

        The SHA-256 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Parameters:
        sha256sum - The SHA-256 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMd5sum

        public void setMd5sum(String md5sum)

        The MD5 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Parameters:
        md5sum - The MD5 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

      • getMd5sum

        public String getMd5sum()

        The MD5 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Returns:
        The MD5 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

      • withMd5sum

        public BuildArtifacts withMd5sum(String md5sum)

        The MD5 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Parameters:
        md5sum - The MD5 hash of the build artifact.

        You can use this hash along with a checksum tool to confirm file integrity and authenticity.

        This value is available only if the build project's packaging value is set to ZIP.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOverrideArtifactName

        public void setOverrideArtifactName(Boolean overrideArtifactName)

        If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

        Parameters:
        overrideArtifactName - If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
      • getOverrideArtifactName

        public Boolean getOverrideArtifactName()

        If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

        Returns:
        If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
      • withOverrideArtifactName

        public BuildArtifacts withOverrideArtifactName(Boolean overrideArtifactName)

        If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

        Parameters:
        overrideArtifactName - If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isOverrideArtifactName

        public Boolean isOverrideArtifactName()

        If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

        Returns:
        If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.
      • setEncryptionDisabled

        public void setEncryptionDisabled(Boolean encryptionDisabled)

        Information that tells you if encryption for build artifacts is disabled.

        Parameters:
        encryptionDisabled - Information that tells you if encryption for build artifacts is disabled.
      • getEncryptionDisabled

        public Boolean getEncryptionDisabled()

        Information that tells you if encryption for build artifacts is disabled.

        Returns:
        Information that tells you if encryption for build artifacts is disabled.
      • withEncryptionDisabled

        public BuildArtifacts withEncryptionDisabled(Boolean encryptionDisabled)

        Information that tells you if encryption for build artifacts is disabled.

        Parameters:
        encryptionDisabled - Information that tells you if encryption for build artifacts is disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEncryptionDisabled

        public Boolean isEncryptionDisabled()

        Information that tells you if encryption for build artifacts is disabled.

        Returns:
        Information that tells you if encryption for build artifacts is disabled.
      • setArtifactIdentifier

        public void setArtifactIdentifier(String artifactIdentifier)

        An identifier for this artifact definition.

        Parameters:
        artifactIdentifier - An identifier for this artifact definition.
      • getArtifactIdentifier

        public String getArtifactIdentifier()

        An identifier for this artifact definition.

        Returns:
        An identifier for this artifact definition.
      • withArtifactIdentifier

        public BuildArtifacts withArtifactIdentifier(String artifactIdentifier)

        An identifier for this artifact definition.

        Parameters:
        artifactIdentifier - An identifier for this artifact definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBucketOwnerAccess

        public void setBucketOwnerAccess(String bucketOwnerAccess)
        Parameters:
        bucketOwnerAccess -
        See Also:
        BucketOwnerAccess
      • withBucketOwnerAccess

        public BuildArtifacts withBucketOwnerAccess(String bucketOwnerAccess)
        Parameters:
        bucketOwnerAccess -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BucketOwnerAccess
      • withBucketOwnerAccess

        public BuildArtifacts withBucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
        Parameters:
        bucketOwnerAccess -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BucketOwnerAccess
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /