Interface BatchGetProjectsRequest.Builder

    • Method Detail

      • names

        BatchGetProjectsRequest.Builder names​(Collection<String> names)

        The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.

        Parameters:
        names - The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        BatchGetProjectsRequest.Builder names​(String... names)

        The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.

        Parameters:
        names - The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.