Interface DescribeLdapsSettingsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeLdapsSettingsResponse.Builder,DescribeLdapsSettingsResponse>, DirectoryResponse.Builder, SdkBuilder<DescribeLdapsSettingsResponse.Builder,DescribeLdapsSettingsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeLdapsSettingsResponse

public static interface DescribeLdapsSettingsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeLdapsSettingsResponse.Builder,DescribeLdapsSettingsResponse>
  • Method Details

    • ldapsSettingsInfo

      DescribeLdapsSettingsResponse.Builder ldapsSettingsInfo(Collection<LDAPSSettingInfo> ldapsSettingsInfo)

      Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.

      Parameters:
      ldapsSettingsInfo - Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ldapsSettingsInfo

      DescribeLdapsSettingsResponse.Builder ldapsSettingsInfo(LDAPSSettingInfo... ldapsSettingsInfo)

      Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.

      Parameters:
      ldapsSettingsInfo - Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ldapsSettingsInfo

      Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.

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

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

      Parameters:
      ldapsSettingsInfo - a consumer that will call methods on LDAPSSettingInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.

      Parameters:
      nextToken - The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.