Interface DescribeApplicationsRequest.Builder

    • Method Detail

      • applicationIds

        DescribeApplicationsRequest.Builder applicationIds​(Collection<String> applicationIds)

        The identifiers of one or more applications.

        Parameters:
        applicationIds - The identifiers of one or more applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationIds

        DescribeApplicationsRequest.Builder applicationIds​(String... applicationIds)

        The identifiers of one or more applications.

        Parameters:
        applicationIds - The identifiers of one or more applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeTypeNamesWithStrings

        DescribeApplicationsRequest.Builder computeTypeNamesWithStrings​(Collection<String> computeTypeNames)

        The compute types supported by the applications.

        Parameters:
        computeTypeNames - The compute types supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeTypeNamesWithStrings

        DescribeApplicationsRequest.Builder computeTypeNamesWithStrings​(String... computeTypeNames)

        The compute types supported by the applications.

        Parameters:
        computeTypeNames - The compute types supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeTypeNames

        DescribeApplicationsRequest.Builder computeTypeNames​(Collection<Compute> computeTypeNames)

        The compute types supported by the applications.

        Parameters:
        computeTypeNames - The compute types supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeTypeNames

        DescribeApplicationsRequest.Builder computeTypeNames​(Compute... computeTypeNames)

        The compute types supported by the applications.

        Parameters:
        computeTypeNames - The compute types supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingSystemNamesWithStrings

        DescribeApplicationsRequest.Builder operatingSystemNamesWithStrings​(Collection<String> operatingSystemNames)

        The operating systems supported by the applications.

        Parameters:
        operatingSystemNames - The operating systems supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingSystemNamesWithStrings

        DescribeApplicationsRequest.Builder operatingSystemNamesWithStrings​(String... operatingSystemNames)

        The operating systems supported by the applications.

        Parameters:
        operatingSystemNames - The operating systems supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingSystemNames

        DescribeApplicationsRequest.Builder operatingSystemNames​(Collection<OperatingSystemName> operatingSystemNames)

        The operating systems supported by the applications.

        Parameters:
        operatingSystemNames - The operating systems supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingSystemNames

        DescribeApplicationsRequest.Builder operatingSystemNames​(OperatingSystemName... operatingSystemNames)

        The operating systems supported by the applications.

        Parameters:
        operatingSystemNames - The operating systems supported by the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owner

        DescribeApplicationsRequest.Builder owner​(String owner)

        The owner of the applications.

        Parameters:
        owner - The owner of the applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeApplicationsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of applications to return.

        Parameters:
        maxResults - The maximum number of applications to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeApplicationsRequest.Builder nextToken​(String nextToken)

        If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

        Parameters:
        nextToken - If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.