Interface DescribeStoreImageTasksResponse.Builder

    • Method Detail

      • storeImageTaskResults

        DescribeStoreImageTasksResponse.Builder storeImageTaskResults​(Collection<StoreImageTaskResult> storeImageTaskResults)

        The information about the AMI store tasks.

        Parameters:
        storeImageTaskResults - The information about the AMI store tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storeImageTaskResults

        DescribeStoreImageTasksResponse.Builder storeImageTaskResults​(StoreImageTaskResult... storeImageTaskResults)

        The information about the AMI store tasks.

        Parameters:
        storeImageTaskResults - The information about the AMI store tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeStoreImageTasksResponse.Builder nextToken​(String nextToken)

        The token to include in another request to get the next page of items. This value is null when there are no more items to return.

        Parameters:
        nextToken - The token to include in another request to get the next page of items. This value is null when there are no more items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.