Interface DescribeCacheSecurityGroupsResponse.Builder

    • Method Detail

      • marker

        DescribeCacheSecurityGroupsResponse.Builder marker​(String marker)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        marker - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheSecurityGroups

        DescribeCacheSecurityGroupsResponse.Builder cacheSecurityGroups​(Collection<CacheSecurityGroup> cacheSecurityGroups)

        A list of cache security groups. Each element in the list contains detailed information about one group.

        Parameters:
        cacheSecurityGroups - A list of cache security groups. Each element in the list contains detailed information about one group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheSecurityGroups

        DescribeCacheSecurityGroupsResponse.Builder cacheSecurityGroups​(CacheSecurityGroup... cacheSecurityGroups)

        A list of cache security groups. Each element in the list contains detailed information about one group.

        Parameters:
        cacheSecurityGroups - A list of cache security groups. Each element in the list contains detailed information about one group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.