Interface ListDirectoryRegistrationsResponse.Builder

    • Method Detail

      • directoryRegistrations

        ListDirectoryRegistrationsResponse.Builder directoryRegistrations​(Collection<DirectoryRegistrationSummary> directoryRegistrations)

        Summary information about each directory registration you have created.

        Parameters:
        directoryRegistrations - Summary information about each directory registration you have created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directoryRegistrations

        ListDirectoryRegistrationsResponse.Builder directoryRegistrations​(DirectoryRegistrationSummary... directoryRegistrations)

        Summary information about each directory registration you have created.

        Parameters:
        directoryRegistrations - Summary information about each directory registration you have created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDirectoryRegistrationsResponse.Builder nextToken​(String nextToken)

        Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.

        Parameters:
        nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.