Interface ListIdentityProviderConfigsResponse.Builder

    • Method Detail

      • identityProviderConfigs

        ListIdentityProviderConfigsResponse.Builder identityProviderConfigs​(Collection<IdentityProviderConfig> identityProviderConfigs)

        The identity provider configurations for the cluster.

        Parameters:
        identityProviderConfigs - The identity provider configurations for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identityProviderConfigs

        ListIdentityProviderConfigsResponse.Builder identityProviderConfigs​(IdentityProviderConfig... identityProviderConfigs)

        The identity provider configurations for the cluster.

        Parameters:
        identityProviderConfigs - The identity provider configurations for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIdentityProviderConfigsResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListIdentityProviderConfigsResponse request. When the results of a ListIdentityProviderConfigsResponse request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future ListIdentityProviderConfigsResponse request. When the results of a ListIdentityProviderConfigsResponse request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.