Interface ListServicePrincipalNamesResponse.Builder

    • Method Detail

      • nextToken

        ListServicePrincipalNamesResponse.Builder nextToken​(String nextToken)

        Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.

        Parameters:
        nextToken - Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the NextToken parameter from the response you just received.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • servicePrincipalNames

        ListServicePrincipalNamesResponse.Builder servicePrincipalNames​(Collection<ServicePrincipalNameSummary> servicePrincipalNames)

        The service principal name, if any, that the connector uses to authenticate with Active Directory.

        Parameters:
        servicePrincipalNames - The service principal name, if any, that the connector uses to authenticate with Active Directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • servicePrincipalNames

        ListServicePrincipalNamesResponse.Builder servicePrincipalNames​(ServicePrincipalNameSummary... servicePrincipalNames)

        The service principal name, if any, that the connector uses to authenticate with Active Directory.

        Parameters:
        servicePrincipalNames - The service principal name, if any, that the connector uses to authenticate with Active Directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.