Interface ListDeviceResourcesResponse.Builder

    • Method Detail

      • nextToken

        ListDeviceResourcesResponse.Builder nextToken​(String nextToken)

        A pagination token to continue to the next page of results.

        Parameters:
        nextToken - A pagination token to continue to the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ListDeviceResourcesResponse.Builder resources​(Collection<ResourceSummary> resources)

        A structure defining the resource's type, Amazon Resource Name (ARN), and ID.

        Parameters:
        resources - A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ListDeviceResourcesResponse.Builder resources​(ResourceSummary... resources)

        A structure defining the resource's type, Amazon Resource Name (ARN), and ID.

        Parameters:
        resources - A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.