Interface ListCrossAccountResourcesResponse.Builder

    • Method Detail

      • crossAccountResources

        ListCrossAccountResourcesResponse.Builder crossAccountResources​(Collection<CrossAccountResource> crossAccountResources)

        The cross-account resources used with an accelerator.

        Parameters:
        crossAccountResources - The cross-account resources used with an accelerator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crossAccountResources

        ListCrossAccountResourcesResponse.Builder crossAccountResources​(CrossAccountResource... crossAccountResources)

        The cross-account resources used with an accelerator.

        Parameters:
        crossAccountResources - The cross-account resources used with an accelerator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCrossAccountResourcesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

        Parameters:
        nextToken - The token for the next set of results. You receive this token from a previous call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.