Interface UpdateIdentitySourceRequest.Builder

    • Method Detail

      • policyStoreId

        UpdateIdentitySourceRequest.Builder policyStoreId​(String policyStoreId)

        Specifies the ID of the policy store that contains the identity source that you want to update.

        Parameters:
        policyStoreId - Specifies the ID of the policy store that contains the identity source that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identitySourceId

        UpdateIdentitySourceRequest.Builder identitySourceId​(String identitySourceId)

        Specifies the ID of the identity source that you want to update.

        Parameters:
        identitySourceId - Specifies the ID of the identity source that you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateConfiguration

        UpdateIdentitySourceRequest.Builder updateConfiguration​(UpdateConfiguration updateConfiguration)

        Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.

        At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.

        You must specify a userPoolArn, and optionally, a ClientId.

        Parameters:
        updateConfiguration - Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.

        At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.

        You must specify a userPoolArn, and optionally, a ClientId.

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

        UpdateIdentitySourceRequest.Builder principalEntityType​(String principalEntityType)

        Specifies the data type of principals generated for identities authenticated by the identity source.

        Parameters:
        principalEntityType - Specifies the data type of principals generated for identities authenticated by the identity source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.