Interface ListSecurityProfilesResponse.Builder

    • Method Detail

      • securityProfileIdentifiers

        ListSecurityProfilesResponse.Builder securityProfileIdentifiers​(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)

        A list of security profile identifiers (names and ARNs).

        Parameters:
        securityProfileIdentifiers - A list of security profile identifiers (names and ARNs).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityProfileIdentifiers

        ListSecurityProfilesResponse.Builder securityProfileIdentifiers​(SecurityProfileIdentifier... securityProfileIdentifiers)

        A list of security profile identifiers (names and ARNs).

        Parameters:
        securityProfileIdentifiers - A list of security profile identifiers (names and ARNs).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSecurityProfilesResponse.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.