Class UpdateBuildRequest

    • Method Detail

      • buildId

        public final String buildId()

        A unique identifier for the build to update. You can use either the build ID or ARN value.

        Returns:
        A unique identifier for the build to update. You can use either the build ID or ARN value.
      • name

        public final String name()

        A descriptive label associated with a build. Build names don't need to be unique.

        Returns:
        A descriptive label associated with a build. Build names don't need to be unique.
      • version

        public final String version()

        Version information associated with a build or script. Version strings don't need to be unique.

        Returns:
        Version information associated with a build or script. Version strings don't need to be unique.
      • toString

        public final 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