Interface DescribeDirectoryConfigsResponse.Builder

  • Method Details

    • 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.
    • 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.

      This is a convenience method that creates an instance of the DirectoryConfig.Builder avoiding the need to create one manually via DirectoryConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to directoryConfigs(List<DirectoryConfig>).

      Parameters:
      directoryConfigs - a consumer that will call methods on DirectoryConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.