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 BatchGetBuildsResult

    • Constructor Detail

      • BatchGetBuildsResult

        public BatchGetBuildsResult()
    • Method Detail

      • getBuilds

        public List<Build> getBuilds()

        Information about the requested builds.

        Returns:
        Information about the requested builds.
      • setBuilds

        public void setBuilds(Collection<Build> builds)

        Information about the requested builds.

        Parameters:
        builds - Information about the requested builds.
      • withBuilds

        public BatchGetBuildsResult withBuilds(Build... builds)

        Information about the requested builds.

        NOTE: This method appends the values to the existing list (if any). Use setBuilds(java.util.Collection) or withBuilds(java.util.Collection) if you want to override the existing values.

        Parameters:
        builds - Information about the requested builds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withBuilds

        public BatchGetBuildsResult withBuilds(Collection<Build> builds)

        Information about the requested builds.

        Parameters:
        builds - Information about the requested builds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getBuildsNotFound

        public List<String> getBuildsNotFound()

        The IDs of builds for which information could not be found.

        Returns:
        The IDs of builds for which information could not be found.
      • setBuildsNotFound

        public void setBuildsNotFound(Collection<String> buildsNotFound)

        The IDs of builds for which information could not be found.

        Parameters:
        buildsNotFound - The IDs of builds for which information could not be found.
      • withBuildsNotFound

        public BatchGetBuildsResult withBuildsNotFound(String... buildsNotFound)

        The IDs of builds for which information could not be found.

        NOTE: This method appends the values to the existing list (if any). Use setBuildsNotFound(java.util.Collection) or withBuildsNotFound(java.util.Collection) if you want to override the existing values.

        Parameters:
        buildsNotFound - The IDs of builds for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withBuildsNotFound

        public BatchGetBuildsResult withBuildsNotFound(Collection<String> buildsNotFound)

        The IDs of builds for which information could not be found.

        Parameters:
        buildsNotFound - The IDs of builds for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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 によって変換されたページ (->オリジナル) /