Interface ListSecurityProfilesResponse.Builder

    • Method Detail

      • securityProfileSummaryList

        ListSecurityProfilesResponse.Builder securityProfileSummaryList​(Collection<SecurityProfileSummary> securityProfileSummaryList)

        Information about the security profiles.

        Parameters:
        securityProfileSummaryList - Information about the security profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityProfileSummaryList

        ListSecurityProfilesResponse.Builder securityProfileSummaryList​(SecurityProfileSummary... securityProfileSummaryList)

        Information about the security profiles.

        Parameters:
        securityProfileSummaryList - Information about the security profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSecurityProfilesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.