Interface ListAppVersionResourcesResponse.Builder

    • Method Detail

      • nextToken

        ListAppVersionResourcesResponse.Builder nextToken​(String nextToken)

        Token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - Token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalResources

        ListAppVersionResourcesResponse.Builder physicalResources​(Collection<PhysicalResource> physicalResources)

        The physical resources in the application version.

        Parameters:
        physicalResources - The physical resources in the application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalResources

        ListAppVersionResourcesResponse.Builder physicalResources​(PhysicalResource... physicalResources)

        The physical resources in the application version.

        Parameters:
        physicalResources - The physical resources in the application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolutionId

        ListAppVersionResourcesResponse.Builder resolutionId​(String resolutionId)

        The ID for a specific resolution.

        Parameters:
        resolutionId - The ID for a specific resolution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.