Interface DescribeDirectoryConfigsResponse.Builder

    • Method Detail

      • directoryConfigs

        DescribeDirectoryConfigsResponse.Builder directoryConfigs​(Collection<DirectoryConfig> directoryConfigs)

        Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

        Parameters:
        directoryConfigs - Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directoryConfigs

        DescribeDirectoryConfigsResponse.Builder directoryConfigs​(DirectoryConfig... directoryConfigs)

        Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

        Parameters:
        directoryConfigs - Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeDirectoryConfigsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.