Interface ListTargetsForSecurityProfileResponse.Builder

    • Method Detail

      • securityProfileTargets

        ListTargetsForSecurityProfileResponse.Builder securityProfileTargets​(Collection<SecurityProfileTarget> securityProfileTargets)

        The thing groups to which the security profile is attached.

        Parameters:
        securityProfileTargets - The thing groups to which the security profile is attached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityProfileTargets

        ListTargetsForSecurityProfileResponse.Builder securityProfileTargets​(SecurityProfileTarget... securityProfileTargets)

        The thing groups to which the security profile is attached.

        Parameters:
        securityProfileTargets - The thing groups to which the security profile is attached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTargetsForSecurityProfileResponse.Builder nextToken​(String nextToken)

        A token that can be used to retrieve the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.