Interface DescribeStaleSecurityGroupsResponse.Builder

    • Method Detail

      • nextToken

        DescribeStaleSecurityGroupsResponse.Builder nextToken​(String nextToken)

        The token to include in another request to get the next page of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to include in another request to get the next page of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staleSecurityGroupSet

        DescribeStaleSecurityGroupsResponse.Builder staleSecurityGroupSet​(Collection<StaleSecurityGroup> staleSecurityGroupSet)

        Information about the stale security groups.

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

        DescribeStaleSecurityGroupsResponse.Builder staleSecurityGroupSet​(StaleSecurityGroup... staleSecurityGroupSet)

        Information about the stale security groups.

        Parameters:
        staleSecurityGroupSet - Information about the stale security groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.