Interface ListCrossAccountAuthorizationsResponse.Builder

    • Method Detail

      • crossAccountAuthorizations

        ListCrossAccountAuthorizationsResponse.Builder crossAccountAuthorizations​(Collection<String> crossAccountAuthorizations)

        A list of cross-account authorizations.

        Parameters:
        crossAccountAuthorizations - A list of cross-account authorizations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crossAccountAuthorizations

        ListCrossAccountAuthorizationsResponse.Builder crossAccountAuthorizations​(String... crossAccountAuthorizations)

        A list of cross-account authorizations.

        Parameters:
        crossAccountAuthorizations - A list of cross-account authorizations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCrossAccountAuthorizationsResponse.Builder nextToken​(String nextToken)

        The token that identifies which batch of results you want to see.

        Parameters:
        nextToken - The token that identifies which batch of results you want to see.
        Returns:
        Returns a reference to this object so that method calls can be chained together.