Interface ListIdentityProvidersResponse.Builder

  • Method Details

    • identityProviderSummaries

      ListIdentityProvidersResponse.Builder identityProviderSummaries(Collection<IdentityProviderSummary> identityProviderSummaries)

      An array of IdentityProviderSummary resources that contain details about the Active Directory identity providers that meet the request criteria.

      Parameters:
      identityProviderSummaries - An array of IdentityProviderSummary resources that contain details about the Active Directory identity providers that meet the request criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityProviderSummaries

      ListIdentityProvidersResponse.Builder identityProviderSummaries(IdentityProviderSummary... identityProviderSummaries)

      An array of IdentityProviderSummary resources that contain details about the Active Directory identity providers that meet the request criteria.

      Parameters:
      identityProviderSummaries - An array of IdentityProviderSummary resources that contain details about the Active Directory identity providers that meet the request criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityProviderSummaries

      ListIdentityProvidersResponse.Builder identityProviderSummaries(Consumer<IdentityProviderSummary.Builder>... identityProviderSummaries)

      An array of IdentityProviderSummary resources that contain details about the Active Directory identity providers that meet the request criteria.

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

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

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

      The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

      Parameters:
      nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.