Interface ListAssetInstancesResponse.Builder

    • Method Detail

      • assetInstances

        ListAssetInstancesResponse.Builder assetInstances​(Collection<AssetInstance> assetInstances)

        List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.

        Parameters:
        assetInstances - List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assetInstances

        ListAssetInstancesResponse.Builder assetInstances​(AssetInstance... assetInstances)

        List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.

        Parameters:
        assetInstances - List of instances owned by all accounts on the Outpost. Does not include Amazon EBS or Amazon S3 instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssetInstancesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.