Interface DescribeAccountModificationsResponse.Builder

    • Method Detail

      • accountModifications

        DescribeAccountModificationsResponse.Builder accountModifications​(Collection<AccountModification> accountModifications)

        The list of modifications to the configuration of BYOL.

        Parameters:
        accountModifications - The list of modifications to the configuration of BYOL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountModifications

        DescribeAccountModificationsResponse.Builder accountModifications​(AccountModification... accountModifications)

        The list of modifications to the configuration of BYOL.

        Parameters:
        accountModifications - The list of modifications to the configuration of BYOL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAccountModificationsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.