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.

        This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

        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.

        This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

        Returns:
        Returns a reference to this object so that method calls can be chained together.